Home
Designing Analytics Reports
dynamic column repetition
system_migrated
Hi,
I'm having a big problem with BIRT, and I don't find a solution... here it is:
I have a simple report that contains only a table.
My table has 7 big columns, so the width of my table is bigger than the page's width.
When I export my report to a .pdf file, it looks like this:
Page 1 :
Code :
+
+
+
+
+
+
| Column 1 | Column 2 | Column 3 | Column 4 | Column 5 |
+
+
+
+
+
+
Page 2 :
Code :
+
+
+
+
+
+
| Column 1 | Column 2 | Column 3 | Column 4 | Column 5 |
+
+
+
+
+
+
Page 3 :
Code :
+
+
+
| Column 6 | Column 7 |
+
+
+
Page 4 :
Code :
+
+
+
| Column 6 | Column 7 |
+
+
+
And the problem is that if I take the page 3 or 4, I will not be able to know which row is concerned, which row of the page 1 is continued on the page 3... that's why I would like to write again on page 3 and 4, the contain of the Column 1.
Anybody has an idea on how to proceed?
Find more posts tagged with
Comments
There are no comments yet