Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Reports - How to suppress a page header on the first page of a group?

I have a report where each group is about 5-7 pages long.

I need to suppress the page header on the first page of each group

How can I do this?

like image 305
Brian Webster Avatar asked Jul 07 '10 22:07

Brian Webster


1 Answers

Mark Bannister's suggestion is a good way to go. If you're looking for a step-by-step, here is my $0.02:

  1. Open your section expert (right click on some white space, you should see it come up).

  2. Go to the options for the group footer and turn on reset page numbers after. You should see the page numbers reset at the beginning of each report.

  3. Also in the section expert, go to the options for the page header and click on the blue button next to the Suppress (No Drill-Down) option.

  4. In the Formula Editor, enter PageNumber=1

like image 181
PowerUser Avatar answered Sep 20 '22 02:09

PowerUser