Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
test:
load * Inline [
customer
00010 BBBBB
00020 CCCCC
00030 AAAAA
00040 DDDDD
];
I want to get:
00030 AAAAA
00010 BBBBB
00020 CCCCC
00040 DDDDD
Hi,
ListBox Properties-->Sort tab-->Sort by expression as =Rank(SubField(customer,' ',2))
Celambarasan
Thanks, is OK