Footer in 2nd page only
I have a requirement to print a footer only in the 2nd page of the invoice. in the 1st page i have 3 group by tables which may extend to multiple pages but even if they extend to 4th or 5th page (for example), the footer needs to be displayed in the 2nd page only. How to achieve this.
If i put a footer in the 2nd page of the .rtf, on execution the footer is getting printed after all the group by tables are getting printed.