Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix some bugs about column bindings.

Summary:

Update Model bugs about the column bindings.

- Bugzilla Bug (s) Resolved:


- Description:

Model did some enhancements to add ‘aggregateFunction’ and change ‘aggregateOn’ from string to list type for

data binding. Therefore some related logic should be changed to adapt the new schema about column binding.

 

- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

src/org/eclipse/birt/report/model/api/ReportItemHandle.java

src/org/eclipse/birt/report/model/api/ScalarParameterHandle.java

src/org/eclipse/birt/report/model/util/BoundDataColumnUtil.java

 


Back to the top