- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 11:03 PM
I want to extract report from Sys audit table and compare it with the changes made on Incidents. Sys audit table has sys id for those incidents. How can i extract file/report with the Incident numbers.
Thanks.
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 11:11 PM
You need to create a Database view for
sys_audit & incident table.
Once done you can report on number instead of Document key.
Can you one such need as it is not ideal to report on audit & other tables not because of security but tons of data it holds.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 12:07 AM
Thanks Jaspal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 12:10 AM
Suggest you to mark the suitable one that helped with minimal efforts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 04:07 AM
I have a quite similar requirement. I need to report on incidents assigned or re-assigned to a specific person from three specific Assignment Groups. Each time the incident is assigned og re-assigned to a person from the three Assignment Groups, the report must show the date and time for when that happened, and who the assigned to user is.
I have created a database view like mentioned in this thread based on the sys_audit and the incident table with 'inc.sys_id=adt.documentkey' in 'Where clause' for the incident table. A report is then build based on this database view. My problem is how to make the report show only assignments and re-assignments. Right now it seems to show every field update from the sys_audit table instead of just field updates on the assigned_to field. How can I achieve that?
Best regards
Thomas