adam.saville Posted January 9, 2017 Share Posted January 9, 2017 I'm trying to select a multi-input parameter in jaspersoft studio based on people's usernames. I can successfully select one person via $P{REPORT_CONTEXT}.containsParameter("$F{username} "). Does anyone know how I can update this so that I can select multiple usernames in one go? Ive tried a couple of options via google but using arrays shows an empty report Thanks in advance Link to comment Share on other sites More sharing options...
reportdev Posted January 9, 2017 Share Posted January 9, 2017 create the parameter as arraylist and use the below filter expression$P{Parameter}.contains($F{Field} ) == true 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