≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Ordering Table on ID Column
Ordering Table on ID Column
Tom_T
Posts: 24
Questions: 3
Answers: 0
April 2013
edited April 2013
in
General
My ID Column contains the numbers starting at 0,1,2,3... up
How do I order this column so I get 0,1,2,3,4,5,6,7,8,9,10,11,12 etc and NOT
0,1,10,11,12,2,3,4,5 etc ?
Thanks :)
Replies
allan
Posts: 65,841
Questions: 1
Answers: 10,953
Site admin
April 2013
If it isn't being detected as a number column, then there much be non-numeric data in it. If you post a link to the page or use the debugger, I'd be able to tell you exactly what is causing it.
Allan
Tom_T
Posts: 24
Questions: 3
Answers: 0
April 2013
Thanks for the reply.
I cleaned the data and now it is working :)
This discussion has been closed.
Replies
Allan
I cleaned the data and now it is working :)