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
Quddus Ololade 4Quddus Ololade 4 

Is their any way to get all the filter criterias being used in salesforce reports?

I need a list of all reports along with the filter conditions being used the reports. I have searched lot of ideas and blogs but didn't find any proper solution to that.
The closest I went is with eclipse Force.com IDE but even with that i cant get everything. I have to write the folder name and then report name which is a lot of manual effort
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>SF_Team/ReportDemoType</members>
        <name>Report</name>
    </types>
    <version>38.0</version>
</Package>
In our org we have 3K reports altogether. Do we have any tool or app exchange product through which I can get all report filters being used in report.
Thanks for your help !