crystalempress
Programmer
I have a report that has 7 sections printed on it. I have each sections information on it's own detail section. I don't want to see the detail but the summed up form of it at the group level. The report is working fine and doing everything that I want it to do with all the suppress fomulas that i have in place. The big problem I am having the group section looks like this:
status current month# prior month#
A 415 400
status current month# prior month#
I 200 100
status current month# prior month#
E 215 50
status current month# prior month#
N 22 33
What I need to do is show it as follows:
status current month# prior month#
A 415 400
I 200 100
E 215 50
N 22 33
I tried the suppress if duplicate on each of the column headers (status, current month#, prior month#) but it won't work because they aren't duplicated. It is every other line that is duplicated so it doesn't consider it duplicate.
Any suggestions. Using Crystal Reports 10
status current month# prior month#
A 415 400
status current month# prior month#
I 200 100
status current month# prior month#
E 215 50
status current month# prior month#
N 22 33
What I need to do is show it as follows:
status current month# prior month#
A 415 400
I 200 100
E 215 50
N 22 33
I tried the suppress if duplicate on each of the column headers (status, current month#, prior month#) but it won't work because they aren't duplicated. It is every other line that is duplicated so it doesn't consider it duplicate.
Any suggestions. Using Crystal Reports 10