Hi
Since i am new to Arcade , how can i how to add letter k in arcade if value more zero in Arcgis dashboard indicator values
since some values are zero which i dont want to add K in those cases
Thanks
Should be something like this:
var val = $feature.whatever if (val>0){ val = Text(val) + "k" } return val
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.