Incorrect sorting order
440960Oct 20 2005 — edited Oct 20 2005I have a description column in my report that will not sort in the right order (desc or asc). The other five columns sort correctly, but this one column sorts the first column of the report (primary key ID). The ID is sorted as follows:
104
105
10
11
12
ect....
This happens to be the same sequence if I sort asc or desc of the description column. Any ideas on how i can get this description column to sort properly?
I'm not using breaks, order by, or any special sort sequence. On the page attributes I have checked sort for all the columns visible, and left the sort sequence blank. Thanks!!