Forum Discussion

reendzz98's avatar
reendzz98
Helper I
4 years ago
Solved

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 &&...
  • reendzz98's avatar
    4 years ago

    tamerj1 Thank you for your respond.  I have figured out the way to do it using multiple IF statement