I have had a number of clients recently ask me "How do I start the page numbering on the second page of the report, displaying Page 1, in Crystal Reports?"
Solution:
- Create a formula, with the following syntax:
"Page - "& PageNumber - 1
- Add the formula field to the required required page section
- Right click on the {@Page Number} formula field
- Select the Format Field menu option
- In the Format Field dialog box, click on the Common tab
- Press the conditional formatting button [x + 2] for the Supress formatting option
- In the Formula Workshop enter the following syntax:
PageNumber = 1
- Press the Save and Close button
If you have any questions, leave us a comment below, or need any assistance, please do not hesitate to Contact Us
|