Arcade custom popup IIf error

6936
1
Jump to solution
07-12-2017 12:56 PM
BrandonCales
New Contributor III

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
New Contributor III

Try == for equals. 

View solution in original post

1 Reply
MichaelBerzinis
New Contributor III

Try == for equals.