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

Need to suppress last inner group footer 1

Status
Not open for further replies.

crystaldev1

Programmer
Joined
Nov 6, 2003
Messages
232
Location
US
Hello. I have two groups (Group #1 and Group #2). I have a line in Group Footer #2 for every groups in Group #2. I would like to suppress that line if the group is the last group for Group #2 so it doesn't show before Group #1. Thanks for your help.
 
Since I'm asking questions today I'll try to help with a few too!

Can you answer these two questions and maybe I can help...

Group 1 hdr
Group 2 hdr
Group 2 ftr
Group 2 hdr
Group 2 ftr <--you want to suppress just this one? always?
Group 1 ftr
 
Use a suppression formula like this on the section containing the line (the line should be in its own section):

nextisnull({table.group#1field}) or
{table.group#1field} <> next({table.group#1field})

-LB
 
Thanks for the reply. I tried using those formulas above and it seems like it's being suppressed only for the last record in the report and not the last record in the group.
 
I got it to work finally. Thanks for all your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top