- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 06:24 PM
Hi,
How to check how many reports are created on the Incident table.
I want to know the list of reports which are running for the incident table.
Please help me out with the navigation steps
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 06:35 PM
Hi @kranthi2 ,
- From ur filter navigator under All type sys_report.list.
- Once the list view opens filter for table is incident n run that filter.
- U should get all the reports created for incident table.
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:35 PM
Hi @kranthi2
One way is to go to sys_report table and check against table field as incident.
Apart from this, go to database views and check for which database views are utilizing the incident table, go to sys_db_view_table and you can search for table field = Incident and find the database view and search against the sys_report table, to get the exhaustive list
Learn about database view below:
Aman Kumar