Parameters (iReport) Simple parameter This is a simple example of parameters.
query select netid, department, startyear from tbldemographics where startyear > $P{year} order by department, startyear
group We define a group for department (java.lang.String)
parameter We add a parameter to control the range of the startyear.
design This is the report design.
run When you run the report, you will be prompted for the parameter.