Hi All...
my crystal report 10 needs to show cumulative number of tasks for 12 months period (generated dynamically based on today's date).
I already have the count of taskes for each month:
Month Period tasks
------------- ------
10/10 15
09/10 10
08/10 5
7/10 7
the cumulative results I need is this:
Month Period tasks
------------- ------
10/10 15
09/10 25 (10+15)
08/10 30 (5 + 25)
7/10 37 (7 + 30)
what is the best way of getting such calculations? my end result is crystal report not a web report.
Please keep i mind that the month period is dynamic depends on when to run the report.
thank you.
my crystal report 10 needs to show cumulative number of tasks for 12 months period (generated dynamically based on today's date).
I already have the count of taskes for each month:
Month Period tasks
------------- ------
10/10 15
09/10 10
08/10 5
7/10 7
the cumulative results I need is this:
Month Period tasks
------------- ------
10/10 15
09/10 25 (10+15)
08/10 30 (5 + 25)
7/10 37 (7 + 30)
what is the best way of getting such calculations? my end result is crystal report not a web report.
Please keep i mind that the month period is dynamic depends on when to run the report.
thank you.