Question
2
Replies
440
Views
HCL America
Posted: July 28, 2016
Last activity: July 28, 2016
Closed
PageList for Tree Grid Layout
Hi All,
I have a requirement where the same case info need to be displayed for both parent and sub cases but the properties required are from different classes .
For Eg : 2 properties from Assign-
2 properties from Work-
3 properties from FW-
Since the requirement is to display them in tree grid layout . How can I resolve the issue?Is Report definition or Sub reports useful in this aspect?
Any thoughts are appreciated?
identify all the properties and the corresponding classes which you want to show in the grid then use the data access tab on a report definition to join the classes to get the required output. if you need to drill down use a summary view instead.
The base line is you need to identify the key's on which you need to join the DB tables which will give you the desired output.
Thanks!