Back to zzTakeoff Community Channel LogoQ & A

Switch function

I couldn't remember if there's a switch statement or not?

I thought I read a post/documentation at some point and time but when I did a search and reviewed the Documentation I didn't see it

Could someone refer me?

0

Hi, you can use an IF statement like IF(1,2,3) , or the ternary operator like 1 ? 2 : 3 , both of these work for switch functions.

Thanks @Stephen, I’ll have to check this out sometime. I ended up just creating a dropdown custom with values

You must be logged in to post replies. If you don't have an account you can signup here.