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