Select to view content in your preferred language

Way to convert indicator values to whole numbers

158
2
Jump to solution
Friday
GeorgeJonesRIGOV
Regular Contributor

Hi all, is there a way to convert these values to show the actual values? thanks GJPipeValueNumbers.png

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

In the Indicator tab, turn off the Unit prefix option

2025-11-14_08-49-34.PNG

2025-11-14_08-49-45.PNG

View solution in original post

2 Replies
Neal_t_k
Frequent Contributor

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))

Neal_t_k_0-1763128066975.png

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

Neal_t_k_0-1763128369908.png

 

KenBuja
MVP Esteemed Contributor

In the Indicator tab, turn off the Unit prefix option

2025-11-14_08-49-34.PNG

2025-11-14_08-49-45.PNG