[JasperServer - iReport] query with input parameters
Marco All
Greenhorn
Joined: Mar 05, 2009
Posts: 13
posted
0
I use JasperServer and iReport.
I've a query like: "SELECT * FROM contact WHERE code='01' " and I would like that the user could decide to enter the code 01 or the code 02 before the launch.
I've tried to use the input control but that was a good way to do that...