I have a need to get the internet mail address for all users in 3 different groups. I was thinking an easy way would be to create a view that checks to see if the user is a member of the group. Is this possible? Here is the selection that I have been playing with, but it does not seem to work:
I don’t think it’s possible. You need to do it in two steps. Firstly, lookup the groups and get all the names in it (and watch out because there can be nested groups within groups), and then look up each one. I would do it in LotusScript, not in Formula.