Initialize collection parameter
Posted on February 24, 2015 at 12:51am
I created a parameter which is java.util.Collection . I want to initialize this paramater with some String values. How can i achieve this?
Joined: Feb 3 2015 - 8:09am
Last seen: 8 years 3 months ago
Posted on February 24, 2015 at 1:32am
Using something like this:
Arrays.asList("VALUE1","VALUE2",.....)
Joined: Oct 21 2013 - 8:08am
Last seen: 1 hour 41 min ago
i have already tried that, but when i preview my report my filter has no elements. I set this in default value expression
Try to show parameter in report and if it's well initialized the problem will be other
Thanks. You are right!!!