Hello Ashfaq,
Note that there are some differences when running queries for .unv or .unx universes.
I hope it helps.
The following queries retrieve the number of reports used by each universe.
BO 3.1
SELECT SI_NAME, SI_WEBI FROM CI_APPOBJECTS WHERE SI_KIND='Universe' AND SI_WEBI.SI_TOTAL>0
BO 4.1
SELECT SI_NAME, SI_SL_DOCUMENTS FROM CI_APPOBJECTS WHERE SI_KIND='DSL.MetaDataFile' AND SI_SL_DOCUMENTS.SI_TOTAL>0
Kind regards,
Nancy Hernández Sordo