BI Publisher - Page Break within Table
Dear All,
I have report template which is a table. The requirement is add page break between the first for-each
Header 1 | Header 2 | Header 3 | Header 4 |
---|---|---|---|
<?for-each:G_1?><?G_1_Data?> | |||
<?for-each:G_2?><?for-each:G_3?><?G_3_Data?> | <?end for-each?> | ||
<?G_2_Data?> | <?end for-each?><?split-by-page-break:?><?end for-each?> |
I try to add page break between data on the G_1 for-each using split-by-page-break. Unfortunately it doesn't working. I also try replace <?split-by-page-break:?> using <xsl: attribute name="break-after">page</xsl:attribute> but also didn't work.
Does anybody know how to solve this?
Best Regards
Akhmad H Gumas