Forum Discussion

olimilo's avatar
olimilo
Post Prodigy
1 year ago
Solved

SWITCH not checking 0s properly

Have an odd case here, I am double checking the values in our dashboard and the output of this formula is not reflecting the correct value for the ones with 0s which should fall under "On Time":   ...
  • GeraldGEmerick's avatar
    1 year ago

    olimilo Try using == for your BLANK condition. That is an explicit comparison that should solve your problem. The = operator treats 0 and BLANK as the same thing.