Running report on asmt_assessment_instance but cannot display assessment answers

hanaphouse
Giga Guru

I was trying to run a report under asmt_assessment_instance to get:

  • All surveys (responded and not-responded)
  • If responded, show response.

However, I can't seem to find the right column to show the response. Can some point me to the right direction?

find_real_file.png

1 ACCEPTED SOLUTION

asmt_assessment_instance table will show in progress survey questions as well which are not yet submitted.

 

Regards,

sAchin

View solution in original post

9 REPLIES 9

sachin_namjoshi
Kilo Patron
Kilo Patron

you can report on question_answer table to find out response.

 

Regards,

Sachin

However, I still want to view all other surveys without answer on the same list view.

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You can create a report on Metric Result (asmt_metric_result) table as below.

Group by: Instance.Task

Category : Its a dot-walk of Metric. So, look for Metric.Category & replace your survey name

 

Unfortunately, this only shows the completed surveys.

 

This is a sample output:

find_real_file.png