How do i decode a field value into a different text. I have field value "High" but would like to configure the popup as "High Flood Risk Area" etc.
If you follow the steps to configure your popup from the Help, when you get to the part where you configure the Arcade expression, you'll type in a expression like
if ($feature.yourfield == 'High') { return 'High Flood Risk Area'}
Thanks Ken for you help. I have ended up using Decode function.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.