Select to view content in your preferred language

Arcade custom popup IIf error

7386
1
Jump to solution
07-12-2017 12:56 PM
BrandonCales
Regular Contributor

I'm trying to create a custom popup that will evaluate attributes and output a separate graphic for each. I started with a simple IIf statement to output text but get an error.

My attribute use a domain with Codes 'Yes', 'No'.

IIf($feature.BASEBALL = 'Yes','x','y')

It returns: Execution Error:Feature is Immutable

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MichaelBerzinis
Deactivated User

Try == for equals. 

View solution in original post

1 Reply
MichaelBerzinis
Deactivated User

Try == for equals.