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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress Group Footer based on detail record counts

Status
Not open for further replies.

jkurtz

Programmer
Apr 10, 2003
7
0
0
US
Is there a way to suppress a group footer based on the number of detail records. What I'm looking to do is if I only have one detail record I want to suppress the footer for that group otherwise show the footer with the totals for that section. I'm using the .Net version of Crystal Reports.

Thanks

 
Go to format section->group footer->suppress->E-2 button and place a formula like:

Count({UniqueIDfield}, {Groupfield}) = 1

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top