Hello everyone,
I did search for this on the internet and I think it is not (yet?) possible in birt but I just wanted to be safe and ask here too

.
I have a (a single one) parameter with multiple values that is passed in this form to the report:
0, 10, 15
I would like to use this in a query with an IN clause like this:
Select * from XXXXX where XXXXX IN (?)
Is there a workaround for this?
Thank you all very much,
Stan