Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 123957:Script data can't be read when use Top n/Bottom n/Top percent/Bottom percent in filters

Title: [birt-dev]CheckIn:Fix bugzilla bug 123957:Script data can't be read when use Top n/Bottom n/Top percent/Bottom percent in filters

- Summary:
Fixed bugzilla 1239
57


- Bugzilla Bug (s) Resolved:
Fix bug 1239
57: Script data cant be read when use Top n/Bottom n/Top percent/Bottom percent in filters.


- Description:
In Script data source, all columns are taken on as customed field. So in filter parser, the replaceCustomedField must be called. But if the iccstate is null or the replace has failed, it returns Null Node to instead of the original. So we must get the original if there is null node returned.


- Tests Description:
U
nit test

- Files Edited: 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/FilterExpressionParser.java
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/ScriptedDSTest.java
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/golden/ScriptedDSTest.testFetch3.txt

- Files Added:

- Code Reviewer:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation: n


Back to the top