You need to sign in to do that
Don't have an account?

How to get all the filter conditions used in existing reports
Hi I have 1000 reports and I want to get the all the filter conditions used in these reports. Is there any way to get all the filter conditions used in my reports at a single point of time.
Also, is there any way that i can save all the filter conditions for the 1000 reports in a spreadsheet.
Thanks in Advance.
Also, is there any way that i can save all the filter conditions for the 1000 reports in a spreadsheet.
Thanks in Advance.
You can use the "Describe" action from the Reporting REST api.
You'll find hereafter the documentation:
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportmetadata.htm (https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportmetadata.htm" target="_blank)
As I know, it's the only way to access the report definition.
Regards,
Alex