How to create the report on the user part of how many groups.

dhineshkumar
Tera Guru

I want to generate the report the user (xyz) contains how many groups.

3 REPLIES 3

Mohith Devatte
Tera Sage
Tera Sage

HELLO @dineshkumar ,

YOU CAN CREATE A REPORT ON "SYS_USER_GRMEMBER" table where it stores the users and its groups which they are part of 

and in the report you can select type as bar graph and then do group by user field on the grmember table

See below screenshots

find_real_file.png

find_real_file.png

Hope this helps 

please mark my answer correct if it helps you

hello @dhineshkumar 

Did my answer help?

if yes feel free to mark my answer correct and close the thread so that it ends in solved queue

Yousaf
Giga Sage

Hi,

Something like this.

find_real_file.png


***Mark Correct or Helpful if it helps.***