I have a string field which contains both numbers and characters. When I group the report based on this field (which is string) I don't get correct results.
For example
If the values for that fields are
"9"
"10"
"13"
"45"
"34"
"39"
"67"
"76"
"54"
"35"
"23"
"11"
"23"
"65"
"87"
"1"
"11"
"10"
"2"
"3"
"4"
"ABC"
"WQR"
"MST"
when I sort it in ascending order I get
1
10
10
11
11
13
2
23
23
3
34
35
39
4
45
54
65
67
76
87
9
ABC
MST
WQR
Where as I need the sort as
1
2
3
4
9
10
10
11
11
13
23
23
34
35
39
45
54
65
67
76
87
ABC
MST
WQR
I also have to group the values in the report using these fields in other reports.....
Please help !!!
For example
If the values for that fields are
"9"
"10"
"13"
"45"
"34"
"39"
"67"
"76"
"54"
"35"
"23"
"11"
"23"
"65"
"87"
"1"
"11"
"10"
"2"
"3"
"4"
"ABC"
"WQR"
"MST"
when I sort it in ascending order I get
1
10
10
11
11
13
2
23
23
3
34
35
39
4
45
54
65
67
76
87
9
ABC
MST
WQR
Where as I need the sort as
1
2
3
4
9
10
10
11
11
13
23
23
34
35
39
45
54
65
67
76
87
ABC
MST
WQR
I also have to group the values in the report using these fields in other reports.....
Please help !!!