Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Request to Display CSAT in Percentage Format on Dashboard

Rajkumar kadar1
Tera Contributor

Hello ,

Currently, the CSAT value displayed on the dashboard is sourced from a report and is shown in a 5‑point scale format (for example, 4.2 out of 5).

We would like to update this implementation so that the CSAT metric is:

  • Displayed directly on the dashboard
  • Sourced from the asmt_metric_result table
  • Using the Actual value field
  • Shown in percentage format instead of the 5‑point scale

Expected transformation:

  • 4.2 / 5 → 84%

Requesting your support to enable the required transformation logic or indicator formula (for example, (Actual value / 5) * 100) so the CSAT is displayed as a percentage on the dashboard.

Please let us know the best approach to implement this .

Thank you for your support.

2 REPLIES 2

AndersBGS
Tera Patron

Hi @Rajkumar kadar1 ,

 

This can easily be done with performance analytics (needed for calculation). Where do you get stuck?

 

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/

Rajkumar kadar1
Tera Contributor

Hi @AndersBGS ,

 

Thank you for your response.
As I am new to the concept of performance analytics, I would appreciate it if you could provide the steps for its implementation.
Thank you in advance.