Hi all, is there a way to convert these values to show the actual values? thanks GJ
In the Indicator tab, turn off the Unit prefix option
You can use the advance formatting options in dashboards to achieve this. In the indicator tab select advanced formatting and use the Round() function to only return 2 decimal places for you display text fields:
Text(Round($datapoint.FIELD, 0))
https://developers.arcgis.com/documentation/app-builders/no-code/arcgis-dashboards/calculate-and-for....
edit: read wrong, you want to turn off digit grouping or the unit prefix
@KenBuja thank you!
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.