BIRT 4.2 Default Value for Dataset Input parameter is not working [message #896081] |
Tue, 17 July 2012 04:21  |
Eclipse User |
|
|
|
Im using the latest version of the BIRT All in one 4.2. The below query for the data set works fine with the value for SITE_CODE as '230'.
select SITE_CODE, TRANSACTION_ID, SERIAL_NUMBER from status_header
where STATUS = '120'
and COMPLETE_DATE = '20120716'
and SITE_CODE = '230'
However when the query is modified as below to receive the SITE_CODE as Input by adding he Dataset Input parameter of String type with the same Default Value as 230, the Preview Results of the data set is not showing any results
select SITE_CODE, TRANSACTION_ID, SERIAL_NUMBER from status_header
where STATUS = '120'
and COMPLETE_DATE = '20120716'
and SITE_CODE = '?'
I'm not linking the parameter to any Report Parameter as the basic feature of default value is not working.
Please let me know the issue. Im not able to use Dynamic queries linking the Data Set parameters with Report Parameters as Default value for Data set parameter itself is not working.
Appreciate your help.
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03956 seconds