Welcome to the Jazz Community Forum
How to show report's in horizontal format in BIRT

One answer

Comments

Hi Donald,
Thank you for the reply.
I tried to open link "http://www.birt-exchange.org/org/devshare/designing-birt-reports/1475-flip-tabular-rows-and-columns-using-a-crosstab/" but I can't able to reach that link.
Can you share some other links related to My work if possible?
I tried using cross tab and this is what I got :
4 6
1
2
but I want report like:
A | 1 | 2 |
B | 4 | 6 |
C | 6 | 3 |
Any solution or idea related to this...?
Thanks
Snehal

You can do the same research. The basic idea of the provided link is that you use a scripted data set to swap the columns and rows in your original data set, and then use a crosstab to display the data in the scripted data set instead of the original data set. You can break this down to multiple steps and do your own research on each step.