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
ScottScott 

How to see the fields and objects a given repot uses?

Is it possible to query the fields and associated objects a report uses?

I.e. exporting everything in the "Outline" section of a report. Exporting the filters and criteria would be nice as well but less important. The use case is so the report [queries] can be more easily replicated in other systems.
VinayVinay (Salesforce Developers) 
Hi Scott,

Looks like you cannot query using FIND in SOQL,  Can you elloborate more on this?

https://ideas.salesforce.com/s/idea/a0B8W00000GdiWXUAZ/create-report-based-on-a-soql-query

Thanks,
Scott HodgesScott Hodges
@bretondev I haven't set up a API connection yet. The describe call can't be used in SOQL, right?