Question:
What property do I set to make the Page Header appear only once on the first page of a Page Report?
Answer:
You can use a formula applied to the Invisible property on Page Header to achieve the goal. Here are the steps:
Step 1: Open the specific report and highlight the Page Header of the report. Then go to Inspector and locate the property called Invisible. See the screenshot below:
Step 2: Click the FX button of the Invisible property and create a new formula. The formula can be written as:
pagenumber;
pagenumber != 1
Step 3: Save the formula and close the Formula Editor. The formula should be applied to the Page Header.
Step 4: Run the report. The page header only shows on the first page of your report.