Subject Re: Change sort order to some custom logic
Author Aage Johansen
> I would like to change the way sorting is handled. Two options
> seem to be appropriate:
> ... ...


>Svein Erling Tysvær wrote:
>> 3rd: Add leading zeroes.


Just to add to this: Will they allow you to use an additional field? You
could use a 'shadow' field which you populate and maintain by triggers to
hold the values you want to sort by (just copy the string values, add
leading zeroes to numbers). You will always show the original field, but
you order by can use the shadow field.


Regards,
Aage J.