- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 09:19 AM
Creating a Survey in SN and making the responses anonymous. I have created surveys previously but not anonymous. Previously used the View Responses, View Scorecard and reported from table: Metric_Results to pull data on responses. Having responses be "anonymized", I don't know where or how to find response information.
I don't have the "View responses" or "View Scorecard" under Related links so don't know how or where to view responses. Don't have Metric Results so don't know where or what table to view all responses.
Thank you
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 11:43 AM
Do you mind to mark response as correct if your issue is resolved?
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 09:35 AM
Survey responses are stored in asmt_metric_result table.
You can report on asmt_metric_result table to find out survey responses.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 11:01 AM
My anonymized responses/results are not saving to the table asmt_metric_result table. Do you think there could be a problem with my ServiceNow setup?
Another survey that I created a few weeks ago worked perfectly but I did not use the "anonymized results" and we've not used that option so this is the first time.
Thanks,
Paula

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 11:06 AM
Use asmt_assessment_instance table to find out anonymized responses.
When a user submits a survey, the system clears the Assigned to field for the associated survey instance. Also, survey responses for anonymous surveys do not contain Assigned to values.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2020 11:17 AM
The asmt_assessment_instance table is helpful but I need the individual questions and response values also to get some kind of reports for the responses. Which table holds that data for these anonymized responses?
Paula