| Summary: | [Parameter usability] Support to set multiple default values when create list-box parameter[0705] | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Tianli Zhang <tzhang> |
| Component: | BIRT | Assignee: | Haojun Chu <hchu> |
| Status: | VERIFIED FIXED | QA Contact: | mindan xu <mindan.xu> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bluesoldier, jerlich, lchan, mwu, rkanguri, rlu, wenfeng.fwd, wyan, zqian |
| Version: | 2.2.0 | Keywords: | plan |
| Target Milestone: | 2.5.0 M6 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | Non-Auto | ||
| Bug Depends on: | 264300 | ||
| Bug Blocks: | 267323 | ||
|
Description
Tianli Zhang
Change the severity to enhancement, there is a case that I specify a IN filter in dataset and the value refer to a multiple value selected paremeter and the parameter has some static values. When preview the dataset, only the default value can be previewed and I hope to set multiple default value to see more the preview results in dataset. Regards! Has viewer any plan to support this? This also requires model support. Setting to P5, I think we should defer this request to next release/future. *** Bug 251892 has been marked as a duplicate of this bug. *** To support multiple default values, ENGINE only need 1. convert the MODEL string value to a list value. 2. return a multiple value list as the default parameter value. Once MODEL finish the changes, ENGINE can finish it in 1-2 days. Model needs to change the default value from a string type into a string list type. Will also provide new APIs and API backward compatibility. The data set parameter has some issues to support multiple default values. So, if when does the conversion between ODA design and BIRT data set handle, only the first default value of report parameter is concerned. Reassigning to model team to support the changes first. Please assign to Engine team ones the changes are done (In reply to comment #7) See bug #264300 for the enhancement in oda.design to support having multiple default values in a data set input parameter definition. Model changed the defaultValue to string list type. Assign to GUI team. Add support for set multiple default values when parameter control type is list-box and allow multiple values. Fixed. Reopen for engine change. Fixed. Checked in on Mar 10. Multiple default values can be set. Verified in Build <2.5.0.v20090311-0630> |