Any Way to Format decimals on Dashboard Assembly Gauges?

Any way to grab the gauge object and format the number that it displays? We have quite a few gauges on one of our dashboards, and the extra decimal places are a little obnoxious. I was wondering if there was a way to format the number displayed on the gauges in a dashboard assembly through customization?

Does the precision on the gauge follow the precision of the data column?

If so, make a Calc filed that is just a copy of the original fields value, but with a different display format.

It does not follow the precision of the data column but it follows the precision if you use the Round() function in a calculated field.

1 Like