Greetings,
I currently have an Arcade code that displays a string in a map layout. It calls a field in a feature layer and the field is binary.
IIf($feature.field > 0, 'Text I want displayed, ','')
If there is a 1 in the field, the text should display and if 0, then no text. The text displays twice for some reason and I just can't figure out why.
Thanks!