Skip to content

New Page After

The section expert can be used to indicate that a new page should be created after the section is created, formatted, or printed. Using the option "new page after" creates a new page at the end of the report, making it possible to print a report footer on a new page without needing to set "new page before" to true for the report footer. When this section is empty, it makes sense to avoid having a blank page. To solve that, use a function with the following condition to indicate a new page is desired.

return {&Record Number}<{&Total Record Count}

This uses the Record Number and Total Record Count special fields.