- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 10:46 PM
Hello all,
I currently have a customer satisfaction report which points the Metric results table. I have most of the fields I require, however, how do I get the comments field added into this report?
The below columns is what I have to show me the Task number, Name, etc but I just need to add the comments field to make this complete:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 08:28 PM
there is this OOTB task assessment detail database view which covers something similar and joins the related assessment tables so that you can see the survey question responses
you can try to see that and replicate for your task extended table
When you do Try It it shows like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 10:54 PM
is that a database view on which you created a report?
share that database view config
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 10:56 PM
Which comments do you mean?
If Feedback comments, then you need to check on asmt_assessment_instance_question table.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 05:35 PM
Thanks for the prompt responses. @SumanthDosapati , I require the string value from the question table to capture the responses as well as the string value from the results table (which has a different result).
@Ankur Bawiskar , it appears a database view is the correct approach here, however, I am quiet new to using this process. I have attempted to create a view as shown below, but I believe I may need some assistance in joining the 2 tables so I can see the results in my report. Can you please confirm if I am missing any tables and what the join values would be based on the below? I understand the common factor in both these tables is the Instance field so perhaps I need to reference this?:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 08:28 PM
there is this OOTB task assessment detail database view which covers something similar and joins the related assessment tables so that you can see the survey question responses
you can try to see that and replicate for your task extended table
When you do Try It it shows like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader