function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anil Kumaranil Kumar 

Salesforce report filters

Hi All,

We have several reports which exclude Specialists by using a filter that has the names hard-coded. Finding these reports has proven difficult. Is there any way to query the reports to see which reports filter on Technician Name? Or search wherever "John Jason" is used as a filter? There has to be an easier way than looking through the hundreds of reports out there.

Thanks,
Anil Kumar
Khan AnasKhan Anas (Salesforce Developers) 
Hi Anil,

Greetings to you!

You can fetch metadata for all of your reports using Eclipse. The metadata will be in XML format. You can then use Notepad++ to open all of the metadata files in a particular folder and do a search of "All open documents" for the keywords you are looking for.

Please refer to the below link which might help you further with the above requirement.

https://teachmesalesforce.wordpress.com/2011/05/04/updating-reports-with-eclipse-and-the-force-com-ide/

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Raj VakatiRaj Vakati
The easy is way you export all the report using workbench or eclipse and find in those folders 

https://developer.salesforce.com/forums/?id=906F0000000AnJ7IAK

https://www.greytrix.com/blogs/salesforce/2015/09/02/creating-project-using-force-com-ide/