I'm trying to perform a function on parameter with multiple inputs oracle BI.
It's a LoV parameter where u can select multiple values.
It shows invalid number of arguments.
I want to do something like,
SELECT * FROM table
WHERE value IN LOWER(:Parameter);