I have field names like
01:Name ,04:Type ,10:Status,12:IsReady ,100:IsTested
When I use select tool - Sort option It sorts as follows
1:Name
4:Type
10:status
100:IsTested
12:IsReady
But I need to sort based on numeric value prefix
1,4,10,12,100
Thanks in advance.
Krish