I don't understand what the sort sequence is here - it look like it is extracting the numeric part of the field and sorting on that -
99B followed by 114. - is this correct? I can't find any description of it.
Understanding Sort Sequence
-
froggie
- Posts: 320
- Joined: Wed Jun 12, 2013 10:43 pm
Understanding Sort Sequence
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Understanding Sort Sequence
Everything will do a natural sort.
A sequence of numbers is sorted by value.
1 < 2 < 10
A sequence of numbers is sorted by value.
1 < 2 < 10
-
santilli
- Posts: 26
- Joined: Tue Apr 30, 2024 7:05 am
Re: Understanding Sort Sequence
Not quite.froggie wrote: Tue Mar 17, 2026 7:35 pm I don't understand what the sort sequence is here - it look like it is extracting the numeric part of the field and sorting on that
a:=substr($name:,2,3),2,3sort:ab:=hex(a:)A file named
!0hgvtx27uqukksr9uu2fy_source.mp40hgA file named
0hgvtx27uqukksr9uu2fy_source.mp4hgv-
froggie
- Posts: 320
- Joined: Wed Jun 12, 2013 10:43 pm
Re: Understanding Sort Sequence
Yes, that is what my search does. It was the sort term I was asking about.