Skip to Content
0
Former Member
May 30, 2011 at 07:51 AM

Query Reports in Public Folders (No Favorites)

302 Views

Hello,

trying to query all Reports in BOXI 3.1 (Webi and Crystals) in public folders and excluding all Reports in the Favorites area ..

Will be Thankfull for any related tipps .. Thanks

This is my Query without limitation for public folders ..

 SELECT  SI_NAME FROM CI_INFOOBJECTS WHERE SI_Instance = 'FALSE' and
SI_KIND IN ('CrystalReport','Webi')
order by SI_NAME