- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 04:17 AM
Hey,
I am looking to include the following fields on a report but these are not fields on the form but the UI page. So, the fields are not available in the list of columns that can be dragged into a List type report. Is there any way these fields can be included?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 09:55 PM
Hey @RushicaB ,
The responses to an advanced risk assessment are stored in the sn_risk_advanced_risk_assessment_instance_response table. If you want to report on the individual questions for both inherent and residual assessments you have to use this table as your source. This is due to the configurable nature of the Advanced risk assessment as it doesn't actually create a field on the Risk assessment table as you could end up with hundreds of columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 09:55 PM
Hey @RushicaB ,
The responses to an advanced risk assessment are stored in the sn_risk_advanced_risk_assessment_instance_response table. If you want to report on the individual questions for both inherent and residual assessments you have to use this table as your source. This is due to the configurable nature of the Advanced risk assessment as it doesn't actually create a field on the Risk assessment table as you could end up with hundreds of columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 01:50 AM
Thanks @Connor Levien . This was helpful and I am able to fetch the fields in the report now.