how to get the number of surveys sent out and received

purushothamyb
Mega Contributor

I am working on creating a dash board for Performance analytics .How can we get the number of surveys sent out and surveys received .and calculate the score i,e number of expected and higher.

1 ACCEPTED SOLUTION

varads_kulkarni
Giga Expert

Hi Purushottam,



Task Survey(task_survey) is the table that will help you. It contains fields like whom it is sent to and when it has been completed(for response if survey is taken).



Best Regards,


Varad S.Kulkarni


Please hit correct/helpful/like based on impact's response.


View solution in original post

2 REPLIES 2

varads_kulkarni
Giga Expert

Hi Purushottam,



Task Survey(task_survey) is the table that will help you. It contains fields like whom it is sent to and when it has been completed(for response if survey is taken).



Best Regards,


Varad S.Kulkarni


Please hit correct/helpful/like based on impact's response.


Tejinder
Kilo Explorer

Hi Purshotam

You can also query "Assessment Instance " table if you want the count of Surveys Assigned and completed.

Something like below screen.

Steps:   

-Go to report >> Create New >> table "Choose the table you want a report on. For Example " Assessment Instance".

-Type ="Pie"

-Group By= "State".

You can also add additional filters if needed.

 find_real_file.png