R
Ricardo Silva
I have a field that contains alphanumeric entries and would like to sort this
properly.
The entries are as follows: ZS-SPF,Z-WKU,N100BB,N10MB
The 1st problem is that sorting it Ascending the "-" is ignored and the
fields are sorted as ZS-SPF, Z-WKU,.... when it should be Z-WKU, ZS-SPF,....
The 2nd problem is with the numbers aren't sorted properly, N100BB should be
after N10MB and not before.
There's no patern for the entries, meaning it can be only numerical, or
alpha, or both.
Can someone help me with this problem?
properly.
The entries are as follows: ZS-SPF,Z-WKU,N100BB,N10MB
The 1st problem is that sorting it Ascending the "-" is ignored and the
fields are sorted as ZS-SPF, Z-WKU,.... when it should be Z-WKU, ZS-SPF,....
The 2nd problem is with the numbers aren't sorted properly, N100BB should be
after N10MB and not before.
There's no patern for the entries, meaning it can be only numerical, or
alpha, or both.
Can someone help me with this problem?