Sorting strings
Sorting strings
I have a column with data string. This strings are code like PR/1 or PR/31. The problem is when i sort the column, I want something like this:
PR/1
PR/2
...
PR/10
But actually I can get only this:
PR/1
PR/10
PR/11
...
PR/2
How can I change the sort method??
Any solution?
thanks a lot!
PR/1
PR/2
...
PR/10
But actually I can get only this:
PR/1
PR/10
PR/11
...
PR/2
How can I change the sort method??
Any solution?
thanks a lot!
This discussion has been closed.
Replies
Allan
Allan