- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to remove decimal precision in single value visualization, but keep it in the trending value?
Dherom
New Member
04-23-2020
08:49 AM
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?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harishalipaka
Motivator
04-24-2020
12:14 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
04-23-2020
10:08 AM
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.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dherom
New Member
04-28-2020
02:03 AM
fieldformat not modify the number format precision;
integers with 0 are very ugly but its necessary in percentage
😞
