cancel
Showing results for 
Search instead for 
Did you mean: 

Number of reports having a particular objects

Chinmay_K
Explorer
0 Kudos
72

Hello,
There are a huge number of reports that I have created.
How can I find the number of reports (along with report name) that contains a specific object?

For Example:-

I have an object named "Surname". I need to find the number of reports containing this object.

Thank you,

Chinmay

Accepted Solutions (0)

Answers (1)

Answers (1)

ayman_salem
Active Contributor
0 Kudos

is only possible by writing your own program (Java, js) with the BI SDK (Java, RESTful).

* Get list of all reports

* Go through every report and get DPs

* Loop over DPs to get a list of the objects used in each.