Users from NAB Group in a Drop Down

Hi i have this Code to Usernames from the NAB.I want to use this on a dropdown (Notes Client).

ALl works fine but the names comes in this form: “CN=Volkan Senguel/O=TAG/C=CH” !?

How can i change the Result to get “Volkan Senguel/TAG/CH”, is there any formatting options?

Thanks in advance

Volkan Senguel

<-------CODE------>

@DbLookup ( “”:“NoCache”;“SERVER1/TAG/CH”):“names.nsf”; “Groups”; “My Group”); “Members” )

<-------CODE------>

Subject: Users from NAB Group in a Drop Down

Volkan,

You just need to use the @Name function. There are many ioptions with this function

For example, if you @Name[CN];your lookup), the result would be “Volkan Senguel”

HTH

Mike

Subject: RE: Users from NAB Group in a Drop Down

Thank you, that worked :wink: