To list all the reports that use a specific universe
SELECT SI_ID, SI_NAME, SI_KIND, SI_OWNER FROM CI_INFOOBJECTS, CI_SYSTEMOBJECTS, CI_APPOBJECTS
Where PARENTS ("SI_NAME = 'Webi-Universe'", "SI_NAME = 'eFashion'") AND SI_INSTANCE = 0 AND SI_UPDATE_TS > '2014.08.31'
Note that
- the SI_KIND will tell you what type of report it is, Webi, Crystal, FullClient, etc.
- assuming the report is updated since 9/1/2014.
Hope this helps,
Jin-Chong