I want to do sorting by name, I have numbers at the beginning of the name, for example I have:
1.1
1.3
1.10
1.11
But when I do sort by name, the sorting goes like this:
1.1
1.10
1.11
1.3
I want
1.1
1.3
1.10
1.11
How do I fix this?
The sorting is done alphabetically, and it needs to be so since it is a text field. And in alphabetic order, "1.10" is before "1.3".
I would suggest changing the text to "1.01 ...." and "1.03" to get the order you need.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
Hi @Rogério Paiva - Xray Xporter Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.