
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 01:38 AM
Is it possible to create a report based on table ”sysevent” or table "syslog_transaction"?
And what roles are required to create a report based on that table?
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 02:06 AM
Hi Nick,
Yes, it is possible but not strongly recommended.
Following ServiceNow document page has information on why it's not recommended and also information on setting system properties to allow reporting on system tables.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719416
The recommended approach is to create another table and to copy the necessary data for a report to it and then use that table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 02:06 AM
Hi Nick,
Yes, it is possible but not strongly recommended.
Following ServiceNow document page has information on why it's not recommended and also information on setting system properties to allow reporting on system tables.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719416
The recommended approach is to create another table and to copy the necessary data for a report to it and then use that table.