Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress if Duplicated Column label at Group Level

Status
Not open for further replies.

crystalempress

Programmer
Oct 16, 2003
17
US
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
 
It looks like you have the header info in the wrong group section. Try moving the headers to the next higher group header section.

-LB
 
Thanks Ibass! Never thought to put it in the group header above it. Didn't think that would work since the group I was working with was Group 4. I even tried creating a subgroup of 4 (4a) but that didn't work, that would be how I've done it before in the details which always worked for me.
Thanks a TON!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top