- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:03 AM
Good day ServiceNow peeps!
I have a problem: how to show the actual number instead of the truncated one from a Performance Analytics score widget.
Scenario: the score shows as 19k
The actual number that I want it to show is 18,066.
Does anyone know any solution for it? Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 12:47 PM - edited 06-18-2025 12:48 PM
Hello again @Antonio13 !
Standard (normal) reporting can show daily trends as long as the table already has a datetime field (such as Created, Closed, Updated, etc.). Use a time-series chart (with a visualization type set to area, scatter, column, spline, line or step) but remember that Reporting only recounts the current state of records. It does not capture daily snapshots. For true point-in-time tracking you need Performance Analytics.
Example of standard report configured as described above:
Please consider marking my answer as helpful and accepting it as the solution if it assisted you in any way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:20 AM
Hello @Antonio13 !
A Performance Analytics score or scorecard widget always abbreviates large values (k, M, B…). This behavior is hard-coded and cannot be disabled in the widget options or by an indicator setting. A workaround is to use a normal report (Single Score) instead of a PA widget.
References:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717732
https://www.servicenow.com/docs/csh?topicname=r_FormulaRounding.html&version=latest
Please consider marking my answer as helpful and accepting it as the solution if it assisted you in any way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 12:09 PM - edited 06-18-2025 12:10 PM
Thank you @iekosmadakis. Does the normal report able to do daily trending?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 12:47 PM - edited 06-18-2025 12:48 PM
Hello again @Antonio13 !
Standard (normal) reporting can show daily trends as long as the table already has a datetime field (such as Created, Closed, Updated, etc.). Use a time-series chart (with a visualization type set to area, scatter, column, spline, line or step) but remember that Reporting only recounts the current state of records. It does not capture daily snapshots. For true point-in-time tracking you need Performance Analytics.
Example of standard report configured as described above:
Please consider marking my answer as helpful and accepting it as the solution if it assisted you in any way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 09:07 AM
@iekosmadakis thank you very much for your help and insight on my query. That's what we really need for Performance Analytics to show that feature.
Anyway thank you again.