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
PGKPGK 

For single object, we are using 40 reports . I have one custom field called x in that object. How to know that x field is used in any of those 40 reports?

I have tried Where this field used? button but it didn't work in this scenario. Could someone please help me in this?
ankit bansalankit bansal
Hi PGK,
You can retrieve the report metadata of all the 40 reports using workbench or VS code and then do a simple search to see where that field is being used.
mukesh guptamukesh gupta
Hi PKG,

As per salesforce release Where is this used? should be work please follow below url:-
https://help.salesforce.com/s/articleView?id=release-notes.rn_forcecom_fields_where_ga.htm&type=5&release=222 (https://help.salesforce.com/s/articleView?id=release-notes.rn_forcecom_fields_where_ga.htm&type=5&release=222)

other wise you need to retive All reports Metadata in VS Code and can global search for this field.

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh