Hi. If sort a column of numbers with "." or "," (Project column), the values does not sort properly. For example:
30,274,388 will post higher than
101,274,388 (
3>
1).
How can I fix that with the current code?
Thank you
PHP Code:
[table="head;sort=2d;autonum=1;autonumtitle=Rank;width=65%"]xxxx|Project|Points|P/day|National
test1|30,274,388|68,520|60|3|
test2|101,274,388|50,956|80|2|
test3|20,274,388|21,325|29|6|
[/table]