Hi,
I have a problem with sorting when I use autofilter ascending with Calc
It gives me something different from the order given by a unix ls command.
> ls -1
aaa2004
aaa_2005
aaa_2006
Calc with an autofilter set on ascending order gives me
aaa_2005
aaa_2006
aaa2004
How can I get the same sort as with my ls unix command ?
Thanks
Patrick