We have a data model off of a Snowflake data source that is working without issue except in one particular case: selecting all parameter values.
The Data Model uses our standard code method - (FIELD IN (:PARAMETER_NAME) OR 'All' IN (:PARAMETER_NAME))
However when we run the report and select All, nothing returns.
If we manually select the entire LOV, it works.
Any ideas?