Does it possible to create CASE function with Any ...
# suiteanalytics
y
Does it possible to create CASE function with Any of? like CASE {field} WHEN ANY ('text1','text2'...) THEN 1 ELSE 0 END
👍 3