TAG correct numbering
Answered
If I use a TAG with a ongoing numbering and use the option sort a-z it's not shown correct.
Files:
lfd_nr.JPG
If I use a TAG with a ongoing numbering and use the option sort a-z it's not shown correct.
Tags are sorted in alphabetical order from left to right, and not in numeric order. To overcome this you have to use leading zeros, so assuming you are never going to have more than 99 numeric tags just number the tags 1 to 9 as 01, 02, 03, 04, etc and they should sort correctly.
Tags are sorted in alphabetical order from left to right, and not in numeric order. To overcome this you have to use leading zeros, so assuming you are never going to have more than 99 numeric tags just number the tags 1 to 9 as 01, 02, 03, 04, etc and they should sort correctly.
Hi Alex,
THANKS yes that works.
@mindmanager:
If I have TAGs with 900 numbers I must write:
- 9 * 00X (X from 1 to 9)
- 99 * 0XY (XY from 10 to 99)
to get the right sort a-z.
Is it not possible by use sort a-z that the programm looks how long ist the TAG and then sort first TAGS with 1 number of characters, then TAGs with 2 number of characters ,.... ?
Hi Alex,
THANKS yes that works.
@mindmanager:
If I have TAGs with 900 numbers I must write:
- 9 * 00X (X from 1 to 9)
- 99 * 0XY (XY from 10 to 99)
to get the right sort a-z.
Is it not possible by use sort a-z that the programm looks how long ist the TAG and then sort first TAGS with 1 number of characters, then TAGs with 2 number of characters ,.... ?
---