Hello all,
I want to know if there's a way to sort alphanumeric fields where the number of digits aren't always the same. Example: I have the following: 2a, 10a, 3a. Currently, it sorts: 10a, 2a, 3a. Is there a way to get it to sort 2a, 3a, 10a without adding a 0 before 2a and 3a?
I want to know if there's a way to sort alphanumeric fields where the number of digits aren't always the same. Example: I have the following: 2a, 10a, 3a. Currently, it sorts: 10a, 2a, 3a. Is there a way to get it to sort 2a, 3a, 10a without adding a 0 before 2a and 3a?