Conditional Field Display with

Опубликовано: 01 Март 2026
на канале: The Kalabash Mosaics
3,086
25

First, thanks for your reaction towards this creation that I have made for us.
If you have any question, do not hold back, I am here to answer you back. This
video came from a question that I was asked by someone and decided to create a
short video of how to set conditions to display your fields on a web map in ArcGIS
Online. Below, I will include links to any resource that I think may be helpful
to you as I wait to see the even great things that you can do with Pop
Ups.

1. I had an existing hosted feature layer (Invasive Agricultural Pests Survey feature)
2. We created Arcade Expressions to test if there are values present
for the the attributes that we needed to display - IIF(isEmpty($feature.name), "", "Name") - https://developers.arcgis.com/arcade/...
3. This would help us in checking if the field is empty and thus would not be returned - https://developers.arcgis.com/arcade/...
4. We configured a table using Custom Attribute Display -
5. We created a table using HTML - https://www.w3schools.com/css/css_tab...
6. We then saved as new web since a hosted feature layer would never
hold on to our configurations.