Subject: Displying Users and the groups they belong to
Create a view in the NAB that selects only group documents. Set the first column to Members and the second column to the group name. Sort on the first column and categorize it. Done! This is a very useful view because you can quickly search for ex-users and see if they are left in any groups. We have a product that does this plus analyzes the ACL plus allows for batch updates to the ACL if you are interested http://wfs.com
Subject: Displying Users and the groups they belong to
Hi,
You can’t use dblookup-us in views.
There is a function named @UserNamesList , which returns the groups the current user in, but it probably won’t work in the view either.
In other words, I don’t think you can do that in the view, unless you save the group info in every document you display in the view. Views are quite restrictive on what you can use, but the general rule is that docs should contain all info you need to display.