Hi,
I want to get a complete overview about the security of our business objects. This means list of all users, folders, reports, ...
I did finished selecting
- all users (Select * From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Webi' ),
- all groups (Select SI_ID, SI_NAME from...