Home
Analytics
Horizontal table in birt.
srikala
Want to display a horizontal table in birt. Is that possible.
Find more posts tagged with
Comments
mwilliams
What does your data look like? At first glance, this looks like something that could be achieved by having multiple detail rows or using a grid within your single detail row to arrange your fields where you'd like. Let me know.
johnw
I've done something similar using crosstabs with embedded tables, but Michaels suggestion is a lot easier
srikala
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="83560" data-time="1317312257" data-date="29 September 2011 - 09:04 AM"><p>
What does your data look like? At first glance, this looks like something that could be achieved by having multiple detail rows or using a grid within your single detail row to arrange your fields where you'd like. Let me know.<br /></p></blockquote>
<br />
I tried using a grid, but if i have mulitple rows , its not showing it up. For ex in the earlier attachement if u can c, there are three horizontal tables controller,logical,system,drive and under each there are 5 sets of data. For controller there may be five or more records , for each the data should repeat, but thats not happening when i use a grid. <br />
<br />
Please help.
mwilliams
It would have to be a grid within your table's detail row. A grid itself will not iterate through your data. You'll need a table or list to do that. Let me know if I'm misunderstanding or if you need a simple example.
srikala
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="83836" data-time="1318003835" data-date="07 October 2011 - 09:10 AM"><p>
It would have to be a grid within your table's detail row. A grid itself will not iterate through your data. You'll need a table or list to do that. Let me know if I'm misunderstanding or if you need a simple example.<br /></p></blockquote>
<br />
<br />
Simple Example is needed. It should include iteration.
mwilliams
What is your BIRT version so I can make an example in that version?
srikala
I am using 3.7 version.
mwilliams
Here's a report that takes a row of data and uses a grid to place the row values in an order that you want.
srikala
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="84918" data-time="1320442222" data-date="04 November 2011 - 02:30 PM"><p>
Here's a report that takes a row of data and uses a grid to place the row values in an order that you want.<br /></p></blockquote>
<br />
Thank you , It worked, but the problem here is i have all the data in four different tables or csv's not as a single table/csv.
mwilliams
You can either use joint dataSets to merge your data or you can embed tables associated with these dataSets into an outer table that lists your groups and filter them to show only the data from the outer table's value.