I have an Excel report which I need to filtrer for 'statusi_d' (One or more than one), mi query for obtain the information ends as shown ---> ..... WHERE STATUS_COLUMN IN (?)',FIELD_STATUS_COLUMN)}" it works only if I have select one status, but when two or more are selected it crashed with the message:
Null value or expected variable missing in expression "${ppmdb.execQuery('select ........ WHERE STATUS_COLUMN IN (?)',FIELD_STATUS_COLUMN)}".
inside tag "forEach" (net.sf.jett.tag.ForEachTag), at Hoja1!A
Is there a possible way to work with multiselect field for Excel Reports?
Regards!
Thanks