Dashboards & Visualizations

How to remove decimal precision in single value visualization, but keep it in the trending value?

Dherom
New Member

Good afternoon.

In this panel, I want to remove the decimal precision in the single value while keeping it in the trending value.
How can I do this?

alt text

0 Karma

harishalipaka
Motivator

hi @Dherom

just go to edit mode

alt text

Thanks
Harish

richgalloway
SplunkTrust
SplunkTrust

Try adding | fieldformat foo = round(foo, 0) to the end of your query, where 'foo' is the field displayed.

---
If this reply helps you, Karma would be appreciated.
0 Karma

Dherom
New Member

fieldformat not modify the number format precision;
integers with 0 are very ugly but its necessary in percentage

😞

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...