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

Is there a way to keep/ suppress a page header

Status
Not open for further replies.

jschill2628

Programmer
Nov 3, 2009
156
US
I have a 2 page report that gets burst out to 40 different recipients. On the first page of the report I had to put a formula in the page header. The problem comes from the second page when that same, but no longer significant to the second page formulas shows up on the second page (page header). I cannot simply put the formula into the report header, because the formula: (({@ThreeMonth}- {@Basline})/{@Basline}) * 100

Contains subreports, and when put into the report Header, says it cannot divide by zero.

My question is; is there a way to suppress the above formula on the second page?

Thanks

Using Crystal 2008
 
I figured it out

putting:
pagenumber = totalpagecount
in the suppress section of the field

thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top