Hello!
I’m quite new to looker and need a quick help creating a filter so it can accommodate ‘AND’ and ‘OR’.
I want to include tag = "case_status" AND ("abc1" OR "abc2")
This is how far I was able to get:
if( contains (${tag}, "case_status" ) AND contains (${tag}, "abc1"), yes, no)
Appreciate your help!
Best,
Richard
Filtering using 'and' 'or'
Be the first to reply!
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.