I cannot make it work with ${P} and passing and string with "'parameter1',"parameter2'" form.
Thanks!
I cannot make it work with ${P} and passing and string with "'parameter1',"parameter2'" form.
Thanks!
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: