set dataset parameters in runtime [message #997297] |
Sat, 05 January 2013 01:05  |
Eclipse User |
|
|
|
Hi,
I have created a BIRT report layout... The user makes three enteries, startDate, EndDate and user selects a processName (via dropDown)...
Now I have a datasetQuery named Data Set1 like... select * from Table1 where col1=? AND col2=? AND col3=?...
Now after he press a button, I want to pass the three selected elements as parameter to the dataset and execute it to set its output parameters to a table
(I have mapped dataset output parameters to table).
reportParameter makes a pop-up as we run the report initially but I dont want it... as I want resultSet only for the elements value entered by user...
Thanks in advance...
|
|
|
|
Powered by
FUDForum. Page generated in 0.04047 seconds