qb15
July 4, 2020, 2:46pm
1
Hey guys,
Struggling to combine 2 or more parameters in the IF THEN ELSE. As it doesn’t allow for ifelse or OR, or AND statements.
Is there a workaround for this yet?
Basically I need:
IF…
Column A = X
AND
Column B = Y
AND
Column C = Z
THEN…
ELSE IF…
Thanks.
1 Like
Combine the 3 columns using a template column, then make the condition with that template.
2 Likes
qb15
July 4, 2020, 3:56pm
3
Awesome. It works. Thanks…
A little messy… but no complaints when things work here
1 Like
You can also create an if/then column in your Data Editor with any of your OR conditions then use the AND conditions in your filter/visibility settings. This is my go to.