Survey Score

Ralton Stewart
Tera Guru

is there anyway to add the survey score

 

RaltonStewart_0-1708601929356.png

 

2 ACCEPTED SOLUTIONS

You need to change at table level, means, change the data type of string to Decimal. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Go to your table (survey user response) and check in which field the score is kept. Create a new field on the form and make it a decimal (or integer, depending on the values you get) and just copy the content via a business rule, so you can also set conditions (like: only if this field is this, or whatever conditions you need).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

7 REPLIES 7

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Ralton Stewart 

 

May be you need to change the type of report to get the average if survey score. could you please provide me table name so check at my end.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Atul 

RaltonStewart_0-1708602566596.png

 

Hi @Ralton Stewart 

 

Sorry, I did not find this in my PDI. So tough for me to answer for this. I think if you chekc how the survey score is defined on CSM table and try that field in drop down and dot walk.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Mark Manders
Mega Patron

Hi Ralton,

The reason it doesn't show, is that the score is set as a sting value, so calculations on that can't be done through a report. At one client we once solved this by creating a decimal field on the table and copied the value, making it also available in reports.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark