Forum Discussion

meIdo's avatar
meIdo
Helper I
3 years ago
Solved

Advance Toggle Switch by TME

Hi guys! Just wondering, Is it possible to select all values from a column except 1 value in toggle switch? For Instance- I would like to have Australia As a ON value and Other Countries as OFF (I ...
  • amitchandak's avatar
    3 years ago

    meIdo , Based on what I got. You need a new column

     

    If([Country]= "Australia", "On", "Off")