I am working on a project in Crystal 10 that involves three Group Headers. GH1 gives totals for the Division, GH2 gives subtotals per Team in that Division, and GH3 gives subtotals per Sub-Dept for each Team in that Division.
Here is a section of the report:
GH1(Division) --> Partner Totals 100
GH2(Team) --> TS Transfer 50
GH3(Sub-Depts for that Team)--> TS Transfer 50
GH2(Team) --> Lead 50
GH3(Sub-Dept for that Team) --> Network Lead 30
GH3(Sub-Dept for that Team) --> Agent Lead 20
Here's the problem:
If GH3 contains only 1 Sub-Dept for a Team (GH2) and if GH3 has the IDENTICAL name as GH2, we want to suppress GH3 since it is duplicating data. This is shown in the above example with TS Transfer. Team TS Transfer(GH2) only has the Sub-Dept of TS Transfer (GH3). This causes 2 rows of duplicate data in the report.
Any help is greatly appreciated! Thanks
Here is a section of the report:
GH1(Division) --> Partner Totals 100
GH2(Team) --> TS Transfer 50
GH3(Sub-Depts for that Team)--> TS Transfer 50
GH2(Team) --> Lead 50
GH3(Sub-Dept for that Team) --> Network Lead 30
GH3(Sub-Dept for that Team) --> Agent Lead 20
Here's the problem:
If GH3 contains only 1 Sub-Dept for a Team (GH2) and if GH3 has the IDENTICAL name as GH2, we want to suppress GH3 since it is duplicating data. This is shown in the above example with TS Transfer. Team TS Transfer(GH2) only has the Sub-Dept of TS Transfer (GH3). This causes 2 rows of duplicate data in the report.
Any help is greatly appreciated! Thanks