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

any tips on how to do it please?

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]

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

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