How to display a single field value in servicenow report

NihSri
Tera Contributor

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?

8 REPLIES 8

AndersBGS
Tera Patron
Tera Patron

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/

NihSri
Tera Contributor

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.

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/

NihSri
Tera Contributor

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.