How to check how many reports are created on the Incident table

kranthi2
Tera Expert

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,

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage
Tera Sage

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

 

View solution in original post

5 REPLIES 5

Aman Kumar S
Kilo Patron

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:

https://docs.servicenow.com/bundle/vancouver-platform-administration/page/use/reporting/concept/c_Da...

Best Regards
Aman Kumar