I want groups which are not having users

SD_Chandan
Kilo Sage

I want to generate and report for those groups

Thank you
Chandan
1 REPLY 1

palanikumar
Mega Sage

Hi,

There is no direct way. You can create a database view and join sys_user_group and sys_user_grmember table with left join true on sys_user_grmember table. Now you can create a report with sys_id of sys_user_grmember table is blank

Thank you,
Palani