Hello, people!
The data is group by month in my report. I show the data for two years. So the claim count in the report is shown this way:Jan 06 25
Feb 06 45
Mar 06 32
...........
Jan 07 27
Feb 07 41
...........
I have to calculate the percentage of change in Count from Prior month;
and percentage of Change in Count from Jan 06;
(My problem is that I have to show the changes of the field to the previous value of the same field in one group in Crystal repot
For example for Feb 06 the calculations should be:
(45 - 25)/25*100
Please, advise...
I'll appreciate any answer.
Thanks in advance,
Lana
The data is group by month in my report. I show the data for two years. So the claim count in the report is shown this way:Jan 06 25
Feb 06 45
Mar 06 32
...........
Jan 07 27
Feb 07 41
...........
I have to calculate the percentage of change in Count from Prior month;
and percentage of Change in Count from Jan 06;
(My problem is that I have to show the changes of the field to the previous value of the same field in one group in Crystal repot
For example for Feb 06 the calculations should be:
(45 - 25)/25*100
Please, advise...
I'll appreciate any answer.
Thanks in advance,
Lana