Survey anonymized and need to know how and where to view responses

Paula Hammock1
Kilo Contributor

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

1 ACCEPTED SOLUTION

Do you mind to mark response as correct if your issue is resolved?

 

Regards,

Sachin

View solution in original post

7 REPLIES 7

sachin_namjoshi
Kilo Patron
Kilo Patron

Survey responses are stored in asmt_metric_result table.

You can report on asmt_metric_result table to find out survey responses.

 

Regards,

Sachin

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

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

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