Categories
Repeating Footer on Invoices Report Output and print Continued

The request here is for the footer to display (repeat) on every page of a multi-page invoice.
On all pages apart from the LAST page, the footer should repeat with the word ‘Continued…’ instead of the monetary total of the invoice.
The values should not be appearing in the footer section until the final page.
Thanks & Regards,
Pooja Kharge
Answers
-
I hope this is possible but i never tried this type of requirement. You can check below standard documentation
Regards,
Arjun
0 -
Hi Pooja,
To specify last page only content in Publisher:
- Create a section break in the template to ensure the content of the final page is separated from the rest of the report.
- Insert the following syntax on the final page:
<?start@last-page:body?> <?end body?>
- Detailed steps and example is given in the documentation -
0 -
Hi Pooja,
To specify last page only content:
- Create a section break in the template to ensure the content of the final page is separated from the rest of the report.
- Insert the following syntax on the final page:
- <?start@last-page:body?>
- <?end body?>
Detailed steps along with example is given in the documentation.
1 -
This is possible and we had used this in one of the engagements with the method that @Sandeep S. Chauhan-Oracle mentioned in this thread. We had added the piece of code in footer.
0