Hello-
My items list is sorted alphaebtical, but not numerical.
Service lengths are expressed in minutes.. 60, 90, 120
The problem is that 120 is not appearing after 60 & 90. It is appearing before
the 60 & 90. As if the numerical value being read is 12 instead of 120.
So if I name services with the time first in the title, or last in the title, it just doesn't
recognize the number value and defaults to the list sorted as 120, 60, 90.
There is no sort by price either as an alternative to dealing with the above.
Grrrrr....
TIA
That's just the way file systems sort. About the only way to get around it is to add a Zero.. 060, 090, 120. Then it will sort correctly.
Square Community