Closed JFNI-Skive closed 6 years ago
can you change the pop up too IIf(IsEmpty($feature.SF_MAIL),'','Send email')
I did not account for the format of $feature['FIELDNAME']
Thank you very much. That worked. $feature["SF_MAIL"]) is "default" when selecting attributes in the "Configure pop up" in webmaps.
I am adding support for that format. Make sense that is works, just did not think of it when writing the arcade parser.
Added a fix for this format, thanks for reporting it
I have a webmap containing a pop up with an attribute expression, see below
IIf(IsEmpty($feature["SF_MAIL"]),'','Send email')
It works fine in the webmap, but in "Information Lookup" it is not shown.