Is there a way to convert a field with a STRING data type to a number for sorting purposes?
I need to sort ID numbers in ascending order. The problem is, the field is a string so I get the following when I sort:
10411
9028
9029
9696
9830
I want it to sort like this:
9028
9029
9696
9830
10411
I need to sort ID numbers in ascending order. The problem is, the field is a string so I get the following when I sort:
10411
9028
9029
9696
9830
I want it to sort like this:
9028
9029
9696
9830
10411