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.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.