dragonturtle
Programmer
Hi,
I have concatenated numbers into a string which serves as a field in my report. Crystal is sorting them like this:
2003-01
2003-02
2003-03
2003-10
2003-11
2003-12
2003-04
2003-05
...
I want those strings sorted from -01 to -12 in proper numerical order (even though it's a string). How would I go about this?
Thanks.
I have concatenated numbers into a string which serves as a field in my report. Crystal is sorting them like this:
2003-01
2003-02
2003-03
2003-10
2003-11
2003-12
2003-04
2003-05
...
I want those strings sorted from -01 to -12 in proper numerical order (even though it's a string). How would I go about this?
Thanks.