Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Report that contain certain field set up as a condition

Wendy Kuo
Tera Contributor

Hi 

Is there a way to identify all reports that use certain field as a condition. For example, can all reports that has, "incident assignment group' set up as a condition?, including report that use dot walk of incident assignment be identified?

 

Thanks,

Wendy

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @Wendy Kuo ,

 

The best option is to look in the table / create a report based on the "sys_report" table. Here you can add that you would like to see reports with the filter assignment group and table is incident.

AndersBGS_0-1707255542057.png

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @Wendy Kuo ,

 

The best option is to look in the table / create a report based on the "sys_report" table. Here you can add that you would like to see reports with the filter assignment group and table is incident.

AndersBGS_0-1707255542057.png

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Wendy Kuo
Tera Contributor

Thanks Anders for the proposed solution. Just wondering if there's a way to find a particular filter in PA?