Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix part of bugzilla bug 193478Can not select the filter value in data cube[1101]

- Summary:
Fix part of bugzilla bug 193478 Can not select the filter value in data cube[1101]


- Bugzilla Bug (s) Resolved:
193478

- Description:

In Cube Builder, the binding does not exist, so calling the DataRequestSession.getColumnValueSet cannot work. Dte now providing an utility method in class "/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java".User could use this utility to fetch _expression_’s value list, including row[“xxx”] or dataSetRow[“xxx”]. Reassign this bug to GUI for remaining fix.


- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetFiltersPage.java" "/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/ExpressionUtility.java" "/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java"


- Files Added:

- Files Deleted

 


Back to the top