I am building a web app in ArcGIS Experience Builder to display survey data.
Each stop has a number of attributes grouped into categories, and I am displaying these using a text widget with dynamic content (e.g. {Field Name}).
I have a set of dependent questions:
“Pole Present” (Yes/No)
“Pole Type”
“Pole Condition”
If “Pole Present” = No, the other fields are empty.
What I am trying to achieve is:
If “Pole Present” = Yes → display the actual value (e.g. Pole Type)
If “Pole Present” = No → display “No pole present”
Is this possible with the Text Widget Expression tab, to have something along the lines:
if {Pole Present} = "Yes", then {Pole Type}
else "No pole present"
Hi @ElisJD ,
You can insert an Arcade expression into the text widget to display dynamic content.
Regards,
Shengdi
Hi, thank you for this.
What version do you need for this? This is not showing for me?
Hi, this is supported from Enterprise 12.0.