I need to revise all groups and remove excessive ones. Info if a group is used in permission and notification schemes or filters is provided but there is no info on dashboards.
Try this SQL:
select * from sharepermissions where sharetype ='group';
The PARAM1 column is the group name and the ID column is the shared object ID number. In order to translate the ID number into the human readable name for the dashboard, you can "find dashboards," then click "Search" to display all shared dashboards. When you hover you cursor over the link to the dashboard, look at the URL at the bottom of your browser and you can see the ID# in the URI. I'm sure there is a way to do a join and slurp it out of the DB, but I'd need to poke around more in the DB to find where the dashboard names are stored. I hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.