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

Supressing Header on Start of each new Group 2

Status
Not open for further replies.

globularbob

Programmer
Nov 15, 2002
69
US
Hello

On the start of each new grouping, I would like to suppress the page header. Does anyone know how to do this?

Thanks

GB
 
hi
try this
go design mode
click format page header
then on suppress click X2
then
type this: next(your group name)

pg
 
Ok...I get a message saying that my group name has no next or previous value. (there is data in the recordset, tho)

GB
 
It is a field name.

I have the report grouped by a region, manager and supervisor.When a supervisor's team runs over onto the next page, I want the page header to appear. However, I want the header to be suppressed when the grouping headers appear in the report.

Am I making sense?

Thanks!!!

GB

 
Ok...I was able to generate a record count by my Supervisor grouping. In effect, if the count number = 1 on any page, I want the Page Header suppressed. Otherwise display it. How do I evaluate that formula that does the running total to see if 1 appears?

I'm very, very close.!
 
try this in your conditional suppression

if {supervisor}=previous ({superviiosr}) then false else true Mike
If you're not part of the solution, you're part of the precipitate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top