Java2 codes,problems ,discussions and solutions are here
Thu Oct 23, 2008 12:36 am
Any body has experiance using BIRT report ?
I have one report parameter.
I just want to create if the user specify the report parameter, the sql will
execute sql with where clause (ex: select * from user where userid=?), but
if no report parameter specify, i want to execute the sql without where
clause. (Ex: select * from user)
Is this possible ?
Thu Oct 23, 2008 12:37 am
specify query in the Data Set's beforeOpen method, like
this.queryText = "SELECT * FROM " + params["myParam"]
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.