Forum Discussion
OlegB
Alumni
9 years agoHello Rahulpinninti,
Collaborator doesn’t have such feature. But, you can try to use as a workaround the following steps:
- Create a review.
- In the Participants panel set the “Filter by” field to “No filter”.
- Choose desired user in the “Participant” field.
- After this, if you click again on the “filter by” field, you can see all of the user’s groups.
In addition, you can create a query to get all of the requested information. Here is the example:
SELECT "USER_NAME","GROUPDESCRIPTION_TITLE" FROM "PUBLIC"."GROUPDESCRIPTION","GROUPUSERS","USER" WHERE "USER_ID" = "GROUPUSERS_USERID" AND "USER_ID" = 2
As the result, you will get all of the groups for the user that have the second ID. You can find the list of users IDs using the “All Users” report.