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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.