Hi !
I am using Crystal 8.
Data:
date ordernumber orderamount
1-10-04 1 10000
1-10-04 2 20000
1-10-04 3 4500
3-10-04 4 3000
3-10-04 5 41500
I have very simple report with 2 groups:
1st -- date
2nd -- ordernumber
I defined running total field in order to display cumulative sales amount.
In group futer GF1 am displaying:
date amount cumulativeamount
1-10-04 34500 34500
3-10-04 10000 44500
Calculations on report are correct but when I try to do chart is not displaying right numbers.
Chart is displaying
10 000 for 1-10-04
3 000 for 3-10-04
What am I doing wrong?
My running total is sum of orderamount
Evaluate On change of group#2
Reset Never
Please help if you can.
I am using Crystal 8.
Data:
date ordernumber orderamount
1-10-04 1 10000
1-10-04 2 20000
1-10-04 3 4500
3-10-04 4 3000
3-10-04 5 41500
I have very simple report with 2 groups:
1st -- date
2nd -- ordernumber
I defined running total field in order to display cumulative sales amount.
In group futer GF1 am displaying:
date amount cumulativeamount
1-10-04 34500 34500
3-10-04 10000 44500
Calculations on report are correct but when I try to do chart is not displaying right numbers.
Chart is displaying
10 000 for 1-10-04
3 000 for 3-10-04
What am I doing wrong?
My running total is sum of orderamount
Evaluate On change of group#2
Reset Never
Please help if you can.