Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 166631Script engine error occurs when manipulating annual grand total in second group

Title: CheckIn:Fix bugzilla bug 166631Script engine error occurs when manipulating annual grand total in second group

- Summary:
Fix bugzilla bug
166631 Script engine error occurs when manipulating annual grand total in second group

- Bugzilla Bug (s) Resolved:
Bug
166631

- Description:
The pass level of one complex _expression_ is not correct, this caused we do not replace the Total expression with _temp_aggr_value _expression_, and throw this exception to indicate that Total is not defined. Fix this bug now!

- Tests Description:
Manual 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/_expression_/MultiPassExpressionCompiler.java"

- Files Added:

- Files Deleted










Back to the top