Flip lines and columns [message #819128] |
Mon, 12 March 2012 10:34  |
Eclipse User |
|
|
|
Hi,
I have a file that contains a fixed number of rows and columns.
I want to display the data in a table but I would like to flip the lines and columns.
Is it possible with BIRT?
Here is an example:
My input file would look like this:
Number of Tries ; Score ; Money
1 ; 10 ; 20
2 ; 10 ; 20
3 ; 30 ; 60
4 ; 35 ; 70
And I would like to display it in a Table like this:
; Try 1 ; Try 2 ; Try 3 ; Try 4
Score ; 10 ; 10 ; 30 ; 35
Money ; 20 ; 20 ; 60 ; 70
I took a quick look at some examples for the Cross Tab component but I wasn't convinced this is what I need in my case. Maybe there is a very simple way to flip lines and columns (like it is possible to flip axis in the charts very easily)...
Thanks in advance!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03546 seconds