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.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.