Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Fields in horizontal way
Rojo
Hi community.
Did somebody knows how to place records in horizontal way in a table of BIRT ?
I have a table like this:
Table 1
ID NAME
1 Juan
2 Jose
3 Mike
4 Bernardo
5 Joshua
6 Bill
7 Natalia
8 Jesus
Then, if I put this records in a table of BIRT,
they will be insert in a vertical way.
but I need something like this:
TABLE'S BIRT
__________________________________________________
|col1 |col2 |col3 |col4
__________________________________________________
|Juan |Jose |Mike |Bernardo
__________________________________________________
|Joshua |Bill |Natalia |Jesus
__________________________________________________
Thanks
Find more posts tagged with
Comments
mwilliams
Hi Rojo,<br />
<br />
This past forum thread may help you with that:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/vbulletin/showthread.php?t=10837'>http://www.birt-exchange.com/modules/vbulletin/showthread.php?t=10837</a>
;
Rojo
Hi MWilliams, thanks, I download the columnar-list.rptdesign, but It can't be open, it shows a error, I try with both Eclipse 3.2 and Eclipse Europe.<br />
<br />
Can you send me the rptdesign please.<br />
<br />
To: <a href='mailto:' title='E-mail Link' class='bbc_email'>redBirt@Gmail.com</a><br />
<br />
Thanks.
mwilliams
Rojo,
What error are you getting? I just opened it with BIRT 2.2.2 after saving it in my workspace.
Rojo
Hi MWilliams, my problem was the BIRT, I download again the eclipse europe, and the report works perfect.
Thanks MWilliams.
Rojo
Hi , I want to reproduce the example of Gary Xue, but I don't need to group the records, I only need to place the records in columnar list, maybe 3 or more columns, Then, I follow the instruccions and analyze the columnar-list.rptdesign, but, I don't know why the report only show a column, I put 3 columns and
apply the visibility rules to only display 3 columns, like the example.
Can somebody help me to find where is the problem.
Thank you.
There is my rptdesign:
mwilliams
Rojo,
It seems the trick is to have the data in the footer. In your report design, just drag the 3 column x 1 row grid from the detail row of the table to the footer row and delete the detail row. Then, preview. That should do it.
Rojo
Thanks MWilliams, yes, now my report is working fine.
Thank you.