Home
Designing Analytics Reports
Dynamic Columns in a table
Migrateduser
<p>Hello<br><br>
I am running Eclipse Mars.1 with BIRT 4.5.0.<br><br>
I need a table with a dynamic number of columns.<br>
The table should look like the following table<br><br><span style="font-family:'courier new', courier, monospace;"> Plans used Element(1) Element(2) ...... Element(6)<br>
<br>
Plan 1 no - - 1 10 2 20<br>
Plan 2 yes 1 10 - </span><span style="font-family:'courier new', courier, monospace;"> - 3 30<br>
...<br>
Plan n no 3 30 3 30 3 30<br>
<br>
<br>
Plans used Element(7) Element(8) ...... Element(n)<br>
<br>
Plan 1 no - - 1 10 2 20<br>
Plan 2 yes 1 10 - - 3 30<br>
...<br>
Plan n no 3 30 3 30 3 30</span></p>
<p>
Each row represents one plan (Plan 1 .. n) and every plan has a dynamic number of elements (Element (1) .. (n)). For every element in a plan we will show some information (e.g. "1 10").<br>
If the number of columns exceeds the page width the table should continue with a new table.<br>
The number of Elements and the number of Plans are known at runtime (SQL statement).<br><br>
Is there a way to get this solution?<br><br>
Kind regards,<br>
Johann</p>
Find more posts tagged with
Comments
There are no comments yet