Quote:
Originally Posted by rmzg
And I mean, I know it is an integer, can companion not sort integers at all?
|
I think his point is the custom column type has to be an integer custom column and not a text custom column type. You can place numbers in a text custom column, but I suspect a text column will sort on ascii, thus the suggestion to pad the numbers with zeros. Is your custom column a text type or integer type custom column?