- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 11:49 AM
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?
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-30-2020 01:10 PM
asmt_assessment_instance table will show in progress survey questions as well which are not yet submitted.
Regards,
sAchin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 12:14 PM
you can report on question_answer table to find out response.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 12:25 PM
However, I still want to view all other surveys without answer on the same list view.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 12:36 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 12:44 PM