Arcade Expression for conditions

2482
11
Jump to solution
01-26-2021 02:47 PM
KhemAryal
New Contributor III

Hi 

I have data collected in the field as

Depth rim to invert (A)

Depth Rim to Debris (B)

Depth Rim to Bottom (C)

KhemAryal_0-1611701093634.png

I need Arcade expression for display as

If (C-B)>(C-A)/3              ‘Need Cleaning’

Else                                          ‘No Cleaning Needed’

Here is my expression

KhemAryal_1-1611701093640.png

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

 

 

KhemAryal_2-1611701093642.png

Thanks in advance

11 Replies
XanderBakker
Esri Esteemed Contributor

Hi @KhemAryal ,

The symbology will be applied to all the 3187 features, not only the 1000 mentioned in the count.

KhemAryal
New Contributor III

I signed out and signed in and now everything is displaying correctly as expected. 👍