Bi Publisher empty page when using tables in PDF output

2.2k Views Asked by At

RTF template defines a table that has a header row and and a single content row.

The content row has a Field that contains a for loop like this to populate the rows based on a XML data file:

<?for-each:row_MYDATA?>
...
...
<?end for-each?>

The issue happens when the table grows past the end of the page and overflows to the next page. The next page is as expected and contains the extra data just fine, but a page before the table beginning gets inserted and it's empty.

A text diagram of the issue if the table exceeds a single page:

| Empty page  |

| Table begins|

| Table cont. |

Expected:

| Table begins|

| Table cont. |
0

There are 0 best solutions below