I have a column in my report that is an integer, but when you click on the header to sort it, myDBR is sorting the values as if the integer is a string. I.e.:
1
1
1
1
10
11
12
13
2
20
21
21
3
30
etc...
The strange thing is that I have another column that is almost identical (also numeric), which myDBR sorts correctly.
What could be causing this problem?