Hi!
In the Users section, I am trying to see what subgroups users belong two but I am only getting the option to see Home group which ultimately is the "main" group the subgroups below to. Any suggestions on Views or Groupings that can be adjusted?
Thank you!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Megan,
The following text mode view would display all groups a user belongs to, regardless if the group is primary or secondary:
displayname=All Groups
listdelimiter=<br>
listmethod=nested(userGroups).lists
textmode=true
type=iterate
valuefield=group:name
valueformat=HTML
Best Regards,
Rich.
Hi Megan,
The following text mode view would display all groups a user belongs to, regardless if the group is primary or secondary:
displayname=All Groups
listdelimiter=<br>
listmethod=nested(userGroups).lists
textmode=true
type=iterate
valuefield=group:name
valueformat=HTML
Best Regards,
Rich.
Views
Likes
Replies