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.

List report identifying reports within Service Now instance that are displaying a unique column

Greg Crowe
Tera Contributor

I'm needing to determine amongst all the reports within our instance of Service Now, which reports are displaying a specific column. Example, we have 17,000 reports in our instance. 9,400 are list reports. How many of these reports have selected to display column G?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

You can report on sys_report table and query reports contains your intended column.

 

find_real_file.png

 

Regards,

Sachin

View solution in original post

3 REPLIES 3

sachin_namjoshi
Kilo Patron
Kilo Patron

You can report on sys_report table and query reports contains your intended column.

 

find_real_file.png

 

Regards,

Sachin

Greg Crowe
Tera Contributor

Thank you. I need to determine why when selecting 'select fields for list' I do not have the option of contains.

Greg Crowe
Tera Contributor

I do have the option of like. I was able to make this work.