Hi,
I'm running into an issue when using multiselect boxes.
For example, suppose my query is like that:
select *
from TABLE A
where A in ({{multiselect4.value}})
and B in ({{multiselect5.value}})
I will come across the error: Bind Variable:1 not set.
However, if I take away one condition (any condition), the query will run fine.
I am using Snowflake, and I've used all kinds of functions. They will all work on one condition only, not on two or more. Likewise, this error pops up when I'm using 'union all' to merge two queries using multiselectors.
Anybody has any idea what went wrong? This looks increasingly like a bug.