Summary
Conditional page break between tables
Content
Hi
I have desgining a BIP template for a Customer Invoice. The layout of the invoice has multiple tables. In the first table I have the customer information. In the second table I show the line details of the invoice for 11 lines only.
Then I want to page break
Thereafter I have a third table that shows the line details of the invoice for all lines after line11. So let say line 12, 13,14 & 15.
Thereafter the last table is just the totalling of the invoice.
Now right at the top I have a FOR EACH Txn and at the end I have a end-for
Everything works well except the page does not break. I am using the following statement for the page break.
<?if:count(./LIST_G_LINE/G_LINE)> 11?><?split-by-page-break:?><?end if?>
Please can someone advise me on this.
Thanks
Tam