Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 145463column binding for second group cannot be used in filter

Title: CheckIn:Fix bugzilla bug 145463column binding for second group cannot be used in filter

- Summary:
Fix bugzilla bug
145463 column binding for second group cannot be used in filter

- Bugzilla Bug (s) Resolved:
145463

- Description:
The filter is invalid since its not allowed to apply aggregation on tables filter. So we should show the error message to warn the user. Fix it in source

- Tests Description:
Unit test

- 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/_expression_/ExpressionProcessor.java
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/IExpressionProcessor.java

- Files Added:

- Files Deleted


Back to the top