Bug 236159 - Support columnar report layout
Summary: Support columnar report layout
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Wei Yan CLA
QA Contact: Tianli Zhang CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2008-06-06 21:36 EDT by Gary Xue CLA
Modified: 2009-05-26 20:46 EDT (History)
5 users (show)

See Also:


Attachments
Sample report (17.15 KB, application/pdf)
2008-06-06 21:36 EDT, Gary Xue CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Xue CLA 2008-06-06 21:36:22 EDT
A columnar report is a type of layout with a fixed number of columns, with data flowing left to right and down. For example, a 3-column columnar report will flow like this:

COLUMN 1    COLUMN 2    COLUMN 3
----------------------------------
DataRow1    DataRow2    DataRow3
DataRow4    DataRow5    DataRow6
DataRow7    ...


I have attached PDF version of a sample report that demonstrates a typical use case. The outer table is grouped by Country, and the inner list shows customers and their phone numbers in column form. This type of report is currently doable in BIRT, but it requires the designer to jump through hoops to do it. We need a more elegant solution.

Please look into this enhancement in conjunction with BUG 133282. Perhaps there can be a unified solution for both.
Comment 1 Gary Xue CLA 2008-06-06 21:36:45 EDT
Created attachment 104065 [details]
Sample report
Comment 2 Gary Xue CLA 2008-06-06 21:41:18 EDT
Also see Bug 133218.
Comment 3 Wenfeng Li CLA 2009-05-26 20:43:33 EDT
Do we need to add a new report item type to support this?

Comment 4 Wenfeng Li CLA 2009-05-26 20:46:32 EDT
Attach report could be implmented using List + fix-width grid + in-line block optio of the frid.

Might want to add the block option to the layout editor to make this feature more visible.