Quote:
Originally Posted by Katsunami
While this does seem to work for calculating the size, the sorting is not working. It still sorts as if the column is text.
|
Works file for me. The column sorts by number. See the attachment.
Quote:
Also, is it possible to use the dot as a thousand delimiter
|
Don't know. I doubt it. I never have been able to make the 'n' formatting character (the locale-sensitive integer format) do anything useful.
Make the template .0f instead of .1f.