Joining condition between Yellowfin Tables
19 February, 2015
How can we join Yellowfin Tables : Organisation , ReportInstance , Person and ReportBroadcast.
Hoping for your response soon..
Thanks,
Dhrati
We are waiting for your response.
Thanks,
Dhrati
I'm not sure what you're up to, but anyway, you can join the ReportInstance and ReportBroadcast tables by the reportID column, and then you can join the ReportInstance table to the Person table via ReportInstance.IPRequestor = Person.IPPerson and then you can join the Person table to the IPRltShp table via Person.ipperson = IPRltShp.IPChild and then you can join IPRltShp to the Organisation table via IPRltShp.IPParent = Organisation.IPOrg
Hope that helps your report,
Dave