I have a table which store all the capabilities object in one table which is distinguished by Capabilities Parent table.
I have created a sub report which displays the issues related to the capabilities in each level. But When I link it to the main report it just shows
the issues for the top Level Capabilities.
In my sub report I am displaying following information.
Displaying in Group 1
Issue. Name
Displaying in Grp2
issue_1.Name
Displaying in Grp3
issue_2.name
I have added alias tables of capabilities to disguise the levels (parent/child)
The joins are as below :-
capabilities.objectid --> Attachment.startid-->Issue.objectid
capabilities.objectid --> Capabilities_Parent.parentid
Capabilities_Parent.Childid --> Capabilities_1(Alias).objecid
capabilities_1.objectid --> Attachment_1.startid-->Issue_1.objectid
and so on...for next levels
But the sub-report display only top level.i.e the group1 Issue not the other Grp2 and grp3 issues
-cheers
Puneet
I have created a sub report which displays the issues related to the capabilities in each level. But When I link it to the main report it just shows
the issues for the top Level Capabilities.
In my sub report I am displaying following information.
Displaying in Group 1
Issue. Name
Displaying in Grp2
issue_1.Name
Displaying in Grp3
issue_2.name
I have added alias tables of capabilities to disguise the levels (parent/child)
The joins are as below :-
capabilities.objectid --> Attachment.startid-->Issue.objectid
capabilities.objectid --> Capabilities_Parent.parentid
Capabilities_Parent.Childid --> Capabilities_1(Alias).objecid
capabilities_1.objectid --> Attachment_1.startid-->Issue_1.objectid
and so on...for next levels
But the sub-report display only top level.i.e the group1 Issue not the other Grp2 and grp3 issues
-cheers
Puneet