Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---141962 [Smoke]Image from resource folder can't be preview

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---141962 [Smoke]Image from resource folder can't be preview

- Summary:

- Bugzilla Bug (s) Resolved:
141962 [Smoke]Image from resource folder can't be preview
- Description:

To support aggregation function in _expression_, the engine need translates the expressions which contain the aggregation function, adds the column bindings to the query, and resets the _expression_ to new one.

For top level expressions, there is no query, so the engine should use the orignal expressions. Engine use NULL in error.

Fix the error, use the orginal _expression_ if the _expression_ has no query.

- Tests Description  :
Manual Test.


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  
No API changes

- Files Edited:
cvs ci -m "support top level expr in expr translations." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top