| Summary: | Enhancement for selet value list on dataset filter building dialog | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Hongchang Lin <linhongc> |
| Component: | BIRT | Assignee: | Chen Chao <cchen> |
| Status: | VERIFIED FIXED | QA Contact: | Maggie Shen <lshen> |
| Severity: | normal | ||
| Priority: | P3 | CC: | bluesoldier, lzhu, wenfeng.fwd |
| Version: | 2.2.0 | Keywords: | plan |
| Target Milestone: | 2.5.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | Obsolete | ||
|
Description
Hongchang Lin
For select value dialog in DataEditor, we need not support this, for in Data Set Editor we cannot define column bindings. For select value dialog in Property Editor, GUI would responsible for it. DtE already provide api in DataRequestSession class to support this. add plan keey word for release planning Reassign to Dte to see if there's any global solution for this feature. We are looking forward to an overall enhancement of select value so that it can not only consume expression but also allow aggregations. Suggest to do this in 2.5.1. Supply the method getSelectValueFromBinding( String expression, DataSetHandle dataSetHandle, Iterator binding, boolean inclFilter ) in org.eclipse.birt.report.designer.data.ui.util.SelectValueFetcher. GUI need to change related code in filter, map, highlight etc. Fixed it. verified on build 2.5.2.v20091014-0630. Support build expression in select value of filter/highlight/map. Crosstab bindings are not supported. |