How to display a single field value in servicenow report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2023 09:24 AM
I need to create a dashboard with report that shows a single field value from a table. Mostly is the " score " style. The field value is manually entered and just needs to be displayed in a report. How to achieve it?
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2023 08:19 AM
Hi @NihSri
What field type arre you referring? What would you like the report to show? What is the business requirement?
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Beat regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2023 12:56 AM
Hi @AndersBGS
So I have a custom table that has a field that takes values in the form manually from the user. So I need to create a dashboard that had widget for individual record and it displays just the value entered by the user (Just as single value in the score report type is displayed).
The data type for value field could be number or String anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 01:36 PM
Hi @NihSri ,
could a word cloud be the solution that you’re looking for: https://www.servicenow.com/community/performance-analytics-blog/want-a-word-cloud-we-ve-got-you-cove...
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Beat regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2023 01:04 AM
Hi @AndersBGS
I have a custom table in serviceNow instance. The table has a field called Value. The user will enter the data in the Value field manually. I have to create a dashboard that has the widgets for selected record from this custom table. The widget should display only the Value field (Just like the number is shown in the Score report type) .
The data type of the Value field can be String or Number.. anything.