Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BIRT » BIRT 4.2 Default Value for Dataset Input parameter is not working
BIRT 4.2 Default Value for Dataset Input parameter is not working [message #896081] Tue, 17 July 2012 04:21 Go to previous message
Rama Krishna is currently offline Rama Krishna
Messages: 8
Registered: July 2012
Junior Member
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.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Editable Chart in BIRT doc file
Next Topic:BIRT temporary files cleanup
Goto Forum:
  


Current Time: Thu May 23 19:12:13 EDT 2013

Powered by FUDForum. Page generated in 0.05105 seconds