- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 11:45 PM
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.
Solved! Go to Solution.
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 01:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2017 01:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2018 09:31 AM
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.