Hi Folks,
I have a report which has employee's names with auto generated serial numbers. The Names in the list are like this:
Y.Yong
C.Lee
Armstrong
A.Baker
A.Andrew
B.David
Alaxander
David
T.Philips
C.David
Z.Bony
I would like to sort the above list to the following format:
A.Andrew
Alaxander
A.Baker
Z.Bony
C.David
B.David
C.Lee
T.Philips
Y.Yong
if u look at the above desired list. the sort is on the 3rd character in the whole name. for example alaxander comes 2nd in the list because 3rd characrter in his name is A. then comes A.baker and list continues based on 3rd character sort.
Please help me to achieve the above result.
I have a report which has employee's names with auto generated serial numbers. The Names in the list are like this:
Y.Yong
C.Lee
Armstrong
A.Baker
A.Andrew
B.David
Alaxander
David
T.Philips
C.David
Z.Bony
I would like to sort the above list to the following format:
A.Andrew
Alaxander
A.Baker
Z.Bony
C.David
B.David
C.Lee
T.Philips
Y.Yong
if u look at the above desired list. the sort is on the 3rd character in the whole name. for example alaxander comes 2nd in the list because 3rd characrter in his name is A. then comes A.baker and list continues based on 3rd character sort.
Please help me to achieve the above result.