Wrap table to continue on the same page

I have a long table that I’d to turn into a pdf-Report using. The table occupies half an A4 page and is several pages long.

I’d like to wrap the table around on the same page to occupy the full A4 pages. Ideally, I’d like to not split the groups. The final output would look something like this:

Is there any way to achieve that? So far I’ve only managed to print one group per page as a half-side table.

I found a workaround that works for me.

I split the KNIME table in two by using the math module. I calculated the modulus [mod(“Group”, 2)] and used a row filter, then I fed the separate tables into two reporting nodes.

In the BIRT report, I then created a 1x2 grid and put two tables into the grid, fed by the two different data streams.

So, now I’ll have the odd numbered groups on the left and the even numbered groups on the right of my report.

2 Likes

Great, thanks for posting your solution!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.