Skip to main content
Need to sort values in listview by Alphanumeric.

 

Ex: A01,A02.....A100,B01,B02.....B100.

 

Need to sort by Alphbetic with numeric in aesc or desc order.

 

I have used sort method. But still it sorting in Alphabetic, but not in Alpha-numeric.

 

Can any one plz help me out...........!!
3 answers
  1. Mar 14, 2014, 10:19 PM
    How do you get the values of A01, A02..., A100 ? Is it using Auto Number field?

     

    If yes, you can change the format to A{000000} just to make sure cover up to 7 digit if needed.
0/9000