Forum Discussion
ProcessENG
1 year agoNew Member
Multiple expressions translated into the same value
I want to be able to create a column that would look at the column [Scrap Reason] and assign a value based on the expression(s) in the [Scrap Reason] column. I've tried the SWITCH function ...
Greg_Deckler
Community Champion
1 year agoProcessENG You need SWITCH( TRUE(), ... ) Just add TRUE() as your first parameter and then you should be good.