Hi
I have data collected in the field as
Depth rim to invert (A)
Depth Rim to Debris (B)
Depth Rim to Bottom (C)

I need Arcade expression for display as
If (C-B)>(C-A)/3 ‘Need Cleaning’
Else ‘No Cleaning Needed’
Here is my expression

The expression Test passed but doesn’t reflect the counts in the layers as there is one data that supposed to return “Cleaning Needed”. This is reflected as 'Other' with 0 counts.
Not sure what I am missing

Thanks in advance