Hi,
You could you use query builder for this information.
Link:
http://servername:portno/AdminTools
Query:
Select * from ci_infoobjects where si_kind='webi'
This will give you top 100 webi reports and its metadeta.
Initially query one webi report and then choose fields you want in your query.
select * from ci_infoobjects where si_name= 'reportname'
You could then export the output to excel.
Use "TOP" in sql to retrieve more records.
This information can be retrieved from either the query builder or by turning on auditing.
Add comment