Forum Discussion
reendzz98
4 years agoHelper I
Switch statement
I want to create another column - Tier in my dashboard and below is the switch statement that I have queried: tier_testing = SWITCH(
OFFICE[Sales] > 500, "Tier 1",
OFFICE[Sales] >= 300 &&...