Bug 279561 - Grandtotal shown as chart revert to text after hide group level.
Summary: Grandtotal shown as chart revert to text after hide group level.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Dazheng Gao CLA
QA Contact: mindan xu CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2009-06-09 01:48 EDT by mindan xu CLA
Modified: 2010-09-15 03:15 EDT (History)
4 users (show)

See Also:


Attachments
report design (148.35 KB, application/octet-stream)
2009-06-09 01:48 EDT, mindan xu CLA
no flags Details
screenshot (27.76 KB, image/png)
2009-06-09 01:51 EDT, mindan xu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mindan xu CLA 2009-06-09 01:48:02 EDT
Created attachment 138643 [details]
report design

Description:
Grandtotal shown as chart revert to text after hide group level.

Build:
<2.5.0.v20090605-0630>

steps to reproduce:
1. New a crosstab.
2. Show grandtotal of row area as Chart.
3. Hide group level of column area.

Actual result:
Grandtotal shown as chart revert to text.

Expect result:
Grandtotal shown as chart.

Error log:
N/A
Comment 1 mindan xu CLA 2009-06-09 01:51:12 EDT
Created attachment 138644 [details]
screenshot
Comment 2 Yulin Wang CLA 2009-06-09 02:34:05 EDT
When dimension levels change, the chart views in measure cells are changed correctly, but the chart view in total cells are reverted to Text.
Looking into the details, XTab UI removed the chart in total cells, so matchView method's cell argument doesn't include chart handle, and this method returns false. Hence, chart can't update chart view in total cell like measure cell.
Comment 3 Zhiqiang Qian CLA 2009-08-19 05:15:58 EDT
Move this to next major release. It requires massive code change over current implementation.