nehaindia Posted November 14, 2009 Share Posted November 14, 2009 Hi everyone,I want to pass multiple values in a single parameter in a report, so i have to give the type of the parameter as "java.util.collection".But I dont know how to fetch it in the report query.Eg: I want to pass multiple IDs in a single parameter how can i do the same in jasper report .I am new to ireports.Please guide me in the same. Link to comment Share on other sites More sharing options...
tdi120 Posted November 16, 2009 Share Posted November 16, 2009 Hi Neha, you have to use expressions:$X{IN,testrun_id,run_id} - that kind of means ...where testrun_id in (values of your run_id collection) I have covered this subject, and more in this thread:jasperforge.org/plugins/espforum/view.phpAll good things come to those who waitqants.wordpress.com Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now