I have made a report having one logical page (using the Reports Builder of Development Suite 9i). The report, at runtime, may expand to two physical pages or be just one physical page long depending on the choice of the value of a runtime parameter, according to which specific groups get selected from the data model.
Because the number of vertical panels per page had to be set at 2, two physical pages get printed even if the content is just one physical page long. The blank second page could be removed by passing 'NO' for the 'BLANKPAGES' parameter from a form. However, if a field for numbering is introduced (source: physical pages or vertical panels) the second page is no longer considered a blank page and cannot therefore be removed using the aforementioned technique.
Is there a parameter that could reference the second physical page (which is blank, but for the page number field) so that a format trigger could be set to hide the page number on the second physical page, thereby facilitating the use of 'BLANKPAGES' parameter to hide the second physical page / panel?
Alternatively, is there any other workaround for the situation?
Thanks for your help.
Regards.