-1

I cannot make it work with ${P} and passing and string with "'parameter1',"parameter2'" form.

Thanks!

Alex K
  • 22,315
  • 19
  • 108
  • 236
mikk3l
  • 45
  • 7

1 Answers1

0

I've found that this can be achieved with:

SELECT COLUMN1
FROM TABLE
WHERE $X{IN, COLUMN1, parameterList}

Then parameter list has to be a Java Collection and defined as follows:

Jaspersoft list parameter screenshot

Reference: https://community.jaspersoft.com/documentation/tibco-jaspersoft-studio-user-guide/v60/using-parameters-queries

mikk3l
  • 45
  • 7