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

"Report Type" never been used in any report ?
How can i create a list of "Report Type" that never been used in any report?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
How can i create a list of "Report Type" that never been used in any report?
I had a similar requirement to find out all reports with a certain criteria.
I did it by retrieving all the reports Metadata and then running a script i have written.
In your case as well, you will have to retrieve the metadata of all the reports and also a list of all the reporttypes.
You can then write a script (in any language of your choice) to get the list of report types and match them against the report metadata.
Complex but possible.
Regards,
Satish Kumar
Given that you are system admin you can retrieve the metadata of all the reports but when do you say "all the reports metadata" do you think that the report created by users that not in public folder are included here?
The metadata api does not retrieve any reports which are in the users Personal folder.
Regards,
Satish Kumar
I saw that we can create report on reports that will give you the list of of reports with report type however i want to consider if getting info from metadata is more reliable than this report on reports approach?
However, there will be report types which are not used by any reports in your org.
And the requirement is to get all such report types. So if somehow we get a report of all the report types (irrespective of whether they are used or not), and then match with the salesforce report, we will be able to fulfill our requirement.
But how do we get a list of all the report types. Metadata API can help you get a list of all the report types.
Regards,
Satish Kumar
I got the report but could not find the report type field to add in the report.
May be i am looking in the wrong place. Could you please let me know which report to check in my org to get a list of reports along with their report types.
Thanks,
Satish Kumar
you cannot add the report type field in the standard administrative report,
You must create new custom report type on report object to be able to include report type field in the report
Regards,
Satish Kumar
Were you able to find a solution to this?
Regards,
Satish Kumar