when we new a mail use Lotus Notes,we use the addressbooksee,can see like this in the view:Ainsley Moses sector chief
Amal Wolfe
Cedric Castaneda
Felix Harmon
Leigh Vazquez
Meredith Booth deputy sector chief
I want to make the people arrange by Job Title not only letter.like below:
Ainsley Moses sector chief
Meredith Booth deputy sector chief
Amal Wolfe
Cedric Castaneda
Felix Harmon
Leigh Vazquez
I found the code here,I so confused:
DisplayPersonName := @If(Type = “Person”; @Implode(@Trim(@Subset(LastName; 1) : @Subset(FirstName; 1)); " , ")+ " " + MiddleInitial; “”);
DisplayName := @If(Type = “Group”; @Subset(ListName; 1);Type=“Server”;Servername; @If(DisplayPersonName = “”; @Subset(FullName; 1); DisplayPersonName));
AltName:=@If(AltFullName!=“”;@True;@False);
@Trim(@Name([Abbreviate]; DisplayName)) +" “+ (@If(JobTitle!=”“;JobTitle + " “;””) + @If(AltName=@True;" (“+@Name([Abbreviate];AltFullName)+”)“;”"))
how to make that?and can make the Job title stand in line,best is follow:
Ainsley Moses sector chief
Meredith Booth deputy sector chief
Amal Wolfe
Cedric Castaneda
Felix Harmon
Leigh Vazquez
thanks for every feedback.