Hi,
I have a problem with the multiple select component for select different months in a sql query.
The query is:
SELECT DISTINCT Month
FROM activity
WHERE Mese=(${param1})
This is a simple example to explain my problem, if I select one month in the multiple select component it work but obviously if I select more than 1 it doesn't work. How can I do to pass two or more month?
Thanks!
M