passing SQL “IN” parameter list in jasperreport

Jasper Report has a special variable $X for that:

select * from customer where $X{IN,customer_role,roles}

should work. See here and here.

Leave a Comment