Visual Studio 2005
Crystal version 10??
I have a CR report which contains a subreport.
I am passing 2 parameters to the subreport, group and subgroup.
For each group, there can be mutliple subgroups.
For example, Group A can have multiple subgroups of the same subgroup.
When I run the report this subreport is printing 3 times for (Group/Subgroup) A/1, twice for A/2 and twice for A/3.
Is there a way to have the subreport print once for each group/subgroup combination without changing the backend?
Thanks!!
Crystal version 10??
I have a CR report which contains a subreport.
I am passing 2 parameters to the subreport, group and subgroup.
For each group, there can be mutliple subgroups.
For example, Group A can have multiple subgroups of the same subgroup.
Code:
Group Subgroup Value
A 1 456
A 1 100
A 1 3939
A 2 9393
A 2 29
A 3 0303
A 3 4
..
..
..
When I run the report this subreport is printing 3 times for (Group/Subgroup) A/1, twice for A/2 and twice for A/3.
Is there a way to have the subreport print once for each group/subgroup combination without changing the backend?
Thanks!!