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:
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.