Forum Discussion
Rockies_Skier
4 years agoRegular Visitor
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...
- 4 years ago
can you provide a picture of the data rows that get classified wrongly please?
HotChilli
4 years agoCommunity Champion
can you provide a picture of the data rows that get classified wrongly please?
Rockies_Skier
4 years agoRegular Visitor
Thanks for the quick response, I found the real error I am seeing. The classifications from the query were indeed correct, but in a visual I am currently using the field is getting summarized incorrectly in the tooltips. Marked your response as the solution and pursuing the error I am seeing otherwise.