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