Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 121863 --- Data in table with highlight/map setting cannot be exported.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 121863 --- Data in table with highlight/map setting cannot be exported.

Description:
 
Why: The highlight _expression_ defined on row is translated into many duplicated IConditionalExpression associate with each column, which cause many duplicated _expression_ be exported.

Fix: filter out the IConditionalExpression


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/birt/report/engine/api/impl/DataExtractionTask.java
src/org/birt/report/engine/api/impl/DataIterator.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