Forum Discussion
o59393
5 years agoPost Prodigy
Switch not working correctly
Hi all I created a switch function which should return In, out or blank. The blank should be returned only if the result column is blank: As seen below, the column logic for the ...
- 5 years ago
Hi PaulDBrown
I tried with double "==" and worked!
'Append (Sludge)'[Result]==BLANK(),BLANK(),Thanks 🙂
PaulDBrown
5 years agoCommunity Champion
Not sure if this will work, but try ISBLANK(Append [Result], BLANK(),
in the first line of the SWITCH function (instead of the expression Append [Result] = BLANK(), BLANK() )
o59393
5 years agoPost Prodigy
Hi PaulDBrown
I tried with double "==" and worked!
'Append (Sludge)'[Result]==BLANK(),BLANK(),
Thanks 🙂