Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix Bug 138879 Data need to support GUI's modification in column binding.

- Summary:
CheckIn:Fix Bug 138879 Data need to support GUI's modification in column binding.


- Bugzilla Bug (s) Resolved:
[138879] Data need to support GUI's modification in column binding.


- Description:
The bug is caused by Engine's not set aggregrate on value(which can acquirefrom model) when populate resultSetRow expressions to query.

 

Meanwhile Data should add code to prevent "null" group name being set to groupnames of expressions.After the modification all "null" group names are explained as "Total.OVERALL" in data's code.

 

The bug is so that fixed.


- Tests Description  :

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/BaseExpression.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"


- Files Added:

 

- Files Deleted

 

 

 


Back to the top