Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 121869 --- Error message pops up when exporting data in html viewer.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 121869 --- Error message pops up when exporting data in html viewer.

Description:
 
Why: The table contains a group and the data is defined in the group, which we can't
support currently. We can only support table data extraction without groups.

When data defined in table group, the getRowExpression returns 0 expre, so we
can only get zero column.

Fix: Throw out a exception when exported data is defined on groups


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/api/DataExtractionTask.java

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top