Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358336 - Move & link data set parameters to report parameters
Summary: Move & link data set parameters to report parameters
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportDesigner CLA
QA Contact: Maggie Shen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 01:29 EDT by Marian Edu CLA
Modified: 2011-10-27 01:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Edu CLA 2011-09-21 01:29:53 EDT
Having a custom ODA (I guess this is true for regular JDBC when calling stored procedures as well) we have an option to get parameters meta-data from the underlying data provider and add those as data set parameters.

In order to pass run-time values the only option is to have those defined as report parameters and link the data set ones to the corresponding report parameters. To do this manually when the parameters list is considerably long is a real pain, accessing design engine from ODA layer is not possible but we could extend the data set UI by adding a button or something on the parameters page to copy all data set defined parameters to the report level and link them together, this will save a lot of time and makes the process less error prone.

I did implemented that as a menu contribution to the data explorer for data set objects and it's really not a big deal (once I've found the registered menu id looking up into the source code)... thought it could make an useful enhancement if added as a core functionality.