Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 141064, 141000, 130267, 139412, 141198, 141731 --- remove the columnBinding in the group. add all the expressions to the columnBinding to the current query.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 141064, 141000, 130267, 139412, 141198, 141731 --- remove the columnBinding in the group. add all the expressions to the columnBinding to the current query.

Summary 
Remove the columnBinding in the group. Add all expressions to the columnBinding to the current query.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug  141064 -- Remove group level data binding.   
Fix Bugzilla Bug  130267 -- Data display incorrect when nest table inside another table's detail row with subquery.
Fix Bugzilla Bug  139412 -- Data in nest report display incorrectly in web viewer but it's correct in html.
Fix Bugzilla Bug  141000 -- Total function in text doesn't work.       
Fix Bugzilla Bug  141198 -- Total function in chart visibility doesn't work.   
Fix Bugzilla Bug  141731 -- Name _expression_ of table cannot use Total function.

Description:
Why:
Some _expression_ did not be added to the query.

Fix:
Fixed.
 
Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilderTest.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top