Forum Discussion

Rockies_Skier's avatar
Rockies_Skier
Regular Visitor
4 years ago
Solved

Custom Column if statements returning inconsistent results

I am attempting to create a custom column classifying count values into ranges of specified interest via the following:     if [count] = null then "< 2" else if [count] < 2 then "< 2" else if...
  • HotChilli's avatar
    4 years ago

    can you provide a picture of the data rows that get classified wrongly please?