Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Reports - Hide Page Header on First Page

I have a report that needs to show a report header on page 1, and a different header on subsequent pages.

This seems simple enough; if I add pagenumber=1 and goupnumber=1 to the suppress formula for the second header, it will only be shown after the first page. However, the report is also supposed to reset the page count several times in a single group, thus leaving several pages that match those criteria.

Is there another field in Crystal reports that could have a unique value for the first page? Or is there another way I might go about solving this?

like image 520
col_panic Avatar asked Mar 21 '13 21:03

col_panic


People also ask

How do I hide details in Crystal report?

Hide (Drill-Down) and Suppress options The Hide and Suppress option allows you to hide a section of a report - the contents of the section will not be visible on the main Preview tab.


1 Answers

You have to specify in the Selection Expert - Suppress Formula the following formula:

PageNumber = 1
like image 76
gliderkite Avatar answered Sep 29 '22 10:09

gliderkite