Quantcast
Viewing all articles
Browse latest Browse all 5403

Query Builder - Find WEBI reports that are using a table

I am trying to find list of WEBI reports using a specific table. This specific table is used in only 1 universe.

Though I could successfully find list of reports that use this universe, I am unable to find drill down further and find the subset of reports using this table/object.

 

SELECT si_name, SI_KIND, si_id, SI_PARENTID,SI_AUTHOR,SI_OWNER FROM CI_INFOOBJECTS, CI_APPOBJECTS

WHERE PARENTS("SI_NAME='WEBI-UNIVERSE'","SI_NAME ='MyUniverse'")

 

Is it possible to find the information I am looking for using query builder.

 

Also, for a given WEBI report I am trying to find the list of report names and the folder they reside in:

Select SI_NAME, SI_ID, SI_PATH, SI_KIND, SI_OWNER From CI_INFOOBJECTS, CI_APPOBJECTS WHERE

PARENTS("SI_NAME='Folder Hierarchy'",

"PARENTS('SI_NAME=''WEBI-UNIVERSE'' ', 'SI_NAME=''MyUniverse'' ')" )

 

The above query just gives me the folder names. I am looking to find the report names as well the the folder (and preferably the path) in a single query. Is that possible.


Viewing all articles
Browse latest Browse all 5403

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>