Hi,
Using CR10 against Oracle 11g.
We have a graph which currently uses a field directly from the database (i.e. not a formula) for its x-axis data. An example of the graph presentation would be:
4
3
gm 2
1
0
0 7 14 21 28 35
Timepoint
We are now trying to assign different labels to individual 'Timepoint' values on the x-axis (by using a formula to combine 2 database field). What we would want to see is:
4
3
gm 2
1
0
0 7 14 21 28 35
Pretrial Day Day Day Day Day
Unfortunately what we're seeing is below. basically, as soon as we use a formula, the data is ordered by the first number in the value that Crystal finds. By this I mean that '7' wil be displayed after '35', i.e.
4
3
gm 2
1
0
0 14 21 28 35 7
Pretrial Day Day Day Day Day
Can anyone tell me how we can order the values on the x-axis correctly using a formula?
Thanks in advance, Gavin
Using CR10 against Oracle 11g.
We have a graph which currently uses a field directly from the database (i.e. not a formula) for its x-axis data. An example of the graph presentation would be:
4
3
gm 2
1
0
0 7 14 21 28 35
Timepoint
We are now trying to assign different labels to individual 'Timepoint' values on the x-axis (by using a formula to combine 2 database field). What we would want to see is:
4
3
gm 2
1
0
0 7 14 21 28 35
Pretrial Day Day Day Day Day
Unfortunately what we're seeing is below. basically, as soon as we use a formula, the data is ordered by the first number in the value that Crystal finds. By this I mean that '7' wil be displayed after '35', i.e.
4
3
gm 2
1
0
0 14 21 28 35 7
Pretrial Day Day Day Day Day
Can anyone tell me how we can order the values on the x-axis correctly using a formula?
Thanks in advance, Gavin