| Format Report [message #987476] |
Mon, 26 November 2012 13:59  |
Junior Martinez Messages: 3 Registered: May 2012 |
Junior Member |
|
|
I need help formatting a report in BIRT. I have attached a word document of how I want a report to look like in BIRT. Basically its two columns but what I really need help with is the output of my data. Here is my query,
select '*' + b.asset_tag + '*' as Asset_Id
from ae_a_asset_e as b
where status_code = 'active'
and multitenant_id = '1'
Basically how do I format a report in BIRT with two columns outputting the same data attribute and outputting across all of the table cells? (See attached word document)
Ex.
Column1 Column2
Asset_Id Asset_Id
Asset_Id Asset_Id
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01545 seconds