Sort by Firstname

Hi all,

I’m using Extended Catalog Directory to extract some users from the main directory names.nsf. By default, users are sorted by their lastname (for example, my first name is “Tien”, my lastname is “Vu Tan”, so it shows “Vu Tan, Tien” in the Extended Catalog Directory).

I want to know how to sort by the firstname first, or split into 2 columns (Firstname, Lastname). I’m not good at Domino Designer, so anyone can help me?

Thank you very much.

Tien Vu Tan.

Subject: Sort by Firstname

I found it:

@Trim(@Subset(FirstName;1))+" " +@Trim(@Subset(LastName;1))+@If(MiddleInitial !=“”;" “+@Trim(@Subset(MiddleInitial;1));”")

Subject: How to add this formula in Names.nsf

ThanksMy question is how to add this formula in names.nsf so that every user start searching

from first name

Thanks