This Formula script provides a list of users added to groups view in the Lotus Notes Personal Address Book. The 'people by groups' view data is particularly helpful to administrators of large organizations when searching for users.
Selection Formula: SELECT Type = "Group" & GroupType != "3";
Column Title 1 : Name
Column Formula: @Name([CN];
Members); Sorting: Ascending, Categorized
Column Title 2 : Group
Column Formula: @Name([Abbreviate];
@Subset(ListName; 1)); Sorting: Ascending
Column Title 3 : Description
Column Formula: ListDescription
Do you have comments on this tip? Let us know.
Related information from SearchDomino.com:
FAQ: Formula language for Lotus Notes and Domino
Learning Guide: Formula language tips and expert advice
This tip was submitted to the SearchDomino.com tip library by member Gaurav Prabhakar. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.