Hello,
I'm really interested in finding a way (other than checking in the document itself) to see which BEx queries are used by which Business Objects documents as Analysis for Olap and Web Intelligence.
I already know that the repository can be read with the BO tool "Query Builder" and I am also able to see which Webi documents are using a certain BEx query:
SELECT SI_NAME FROM CI_INFOOBJECTS WHERE SI_KIND = 'Webi' AND SI_WEBI_DOC_PROPERTIES LIKE '%DSNAME="<QUERY>"%'
But I have no idea where to find the BICS Bex query definition for "Analysis for Olap" documents in the repository (BO 4.0). Any ideas?