Crystal Reports for Rational Application Developer Designer Guide
To create footers after the first page
Place the field you want displayed as a page footer in the Page Footer section of the report.
Right-click the Page Footer section, and choose Conditional Formulas from the context menu.
The New Condition Formula dialog box appears.
Select Suppress and click OK.
The Formulas tab appears, and the name of your new formula is shown.
Enter the following formula on the Formulas tab:
Crystal syntax example:
PageNumber = 1
This formula suppresses the page footer on the first page, but not on any of the other pages.
Note: For information about the Formulas tab and how to enter a formula, see Using Formulas.
Click Preview to see the change in your report.
Note:
If you have a multi-line page footer and have inserted the lines into separate Page Footer sections, you will need to suppress each section conditionally, using the formula above.
To create a page header that appears on all pages but the first, place the header information in the Page Header section and then suppress that section conditionally, using the same formula that was used for suppressing the Page Footer section.