Report on Risk Assessment answers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2012 11:50 AM
I need to create a report that gives me the answers to the Risk Assessments on Change Requests. No matter how I do this, I'm coming up empty. I see that the responses are in the survey_response table, but I don't see where the Task number field is. I see that on the Change Request, the Risk Assessment Related List is the task_assessment table. But, if I write a report on the task_assessment table, I only get the regular Helpdesk survey responses. I really would like to do something where my Change Manager can see all the responses for a Risk Assessment, grouped by Change Request Number. I would have liked to do a Pivot Table similar to the Helpdesk Survey pivot table reports, but the answers to my Risk Assessment are not numerical, they are Yes/No and High/Med/Low, etc.
Would I need to create a Database view? I see the Task number when I look at the Risk Assessment Related List, but how do I tie that together with the actual answers to the Risk Assessment?
Any help would be appreciated.
Mickey Cegon
FBL Financial Group, Inc.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2012 02:26 PM
I created a view that joined task_assessment, survey_instance, change_request, and survey_response. My view is modeled on the standard task_survey_detail view that comes out of the box. I was then able to report against the view to get a listing of each risk assessment question (and its answer) grouped per change request. I have attached screenshots showing the sample report and how I configured the view. I hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2015 07:51 AM
I know this post is pretty old but I'm needing to do exactly this. Does this still work the same in newer versions of ServiceNow? We are currently on Eureka.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2015 09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 09:08 AM
I just got a requirement to do this and this worked perfectly! Thank you very much.