CrystalReports9
Programmer
Datatype for the column c1 is VARCHAR(3) and having the data like this:
C1
--
12
2
A
11
121
43
S
19B
101
abc
How to sort the value into the following format....
like number to be sorted in ascending order
then the character value to be sorted.
How to get the following output?
C1
--
2
11
12
101
121
A
S
abc
19B
C1
--
12
2
A
11
121
43
S
19B
101
abc
How to sort the value into the following format....
like number to be sorted in ascending order
then the character value to be sorted.
How to get the following output?
C1
--
2
11
12
101
121
A
S
abc
19B