Bug 197432 - [Improve Report Layout Capabilities] support repeated cell content in XTAB
Summary: [Improve Report Layout Capabilities] support repeated cell content in XTAB
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Gang Liu CLA
QA Contact: Tianli Zhang CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2007-07-22 22:33 EDT by ysun CLA
Modified: 2010-01-11 20:49 EST (History)
6 users (show)

See Also:


Attachments
report design (24.84 KB, text/xml)
2007-09-11 23:04 EDT, ysun CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ysun CLA 2007-07-22 22:33:52 EDT
Description:
Top group in xtab will preview more correctly when set page break[1102]

Please see the attached report. When preview as Web view, it will be:
page1:|USA|CA|SanFrancisco|.....
page2:||MA|Boston|.....
page3:||NY|NYC|.....

Exception result:
page1:|USA|CA|SanFrancisco|.....
page2:|USA|MA|Boston|.....
page3:|USA|NY|NYC|.....
Comment 1 ysun CLA 2007-09-11 23:04:03 EDT
Created attachment 78138 [details]
report design
Comment 2 Wei Yan CLA 2007-11-06 02:55:01 EST
need support repeat on cell element which means if there is a page-break occurs
in the cell, the cell content should be repeated in the next page.
Comment 3 Wei Yan CLA 2008-02-03 22:36:53 EST
need more time to finish this task, defer to M6
Comment 4 Wei Yan CLA 2008-03-23 23:34:20 EDT
defer to future release
Comment 5 Wei Yan CLA 2008-07-13 23:30:53 EDT
defer to future
Comment 6 Wenfeng Li CLA 2008-07-14 02:55:30 EDT
Can we cache current header for each Xtab row until a new header is returned from the cube to support repeat row-headers?   Such cache would not be large to unbounded.

I think repeat row header is a common usage in Xtab.
Comment 7 Gang Liu CLA 2008-07-14 06:12:16 EDT
Actually now birt can suppport repeat row-header and column-header. 
From the description of this bug, it request to repeat items in cells. The title of the bug doesn't meet with the description. 
The requirement should be:
when a cell spans muliple pages, the content of the cell should be repeat in multiple pages.
Comment 8 Wei Yan CLA 2009-05-14 01:28:06 EDT
defer to 2.5.1 
Comment 9 Wenfeng Li CLA 2009-09-16 19:49:18 EDT
schedule to 2.6 to allow more time to work on this enhancement.