Dear support team,
I'm stucking on the following problem:
- The user keeps on the frontend one of the MultiSelect fields empty and fires.
- My SQL statement in setup() has several AND concatenations with those MultiSelect params with WHERE IN (:param)...
- How do I implement the WHERE condition for a MultiSelect field with empty selection by the user so in that case ALL the options are piped into the SQL statement?
Any hint for me?
Kind regards