CalgaryCR9
Technical User
Report name: number of FSP calls with contracted unit factor.rpt (crystal reports 9)
I have a report that counts the number of service calls {DistinctCount of SERVICE_CALL.SERVICE_CALL_ID} by month by vendor AND placed in footer of GROUP 1 (DATE).
Data looks like:
Total Calls Vendor A Vendor B
January 50 35 15
February 75 50 25
March 100 80 20
April 90 10 80
What I'm looking for is a Running total column for Total Calls divided by the number of Date Grouping (ie: running total of number of months)
Data should look like:
Total Calls Vendor A Vendor B Run Total
/months
January 50 35 15 50
February 75 50 25 62.5
March 100 80 20 75
April 90 10 80 78.5
Group 1 is Date printed by each month.
Group 2 is Vendor (a formula:
if {PART.PART_VENDOR_ID}=109
then "NETWORK"
else "UNIX"
Group 3 is Service Call ID
1. How do I get the running total for each month?
2. How do I divide the accumulating running total by the number of months?
So close, yet so far.
Thanks,
Joy
I have a report that counts the number of service calls {DistinctCount of SERVICE_CALL.SERVICE_CALL_ID} by month by vendor AND placed in footer of GROUP 1 (DATE).
Data looks like:
Total Calls Vendor A Vendor B
January 50 35 15
February 75 50 25
March 100 80 20
April 90 10 80
What I'm looking for is a Running total column for Total Calls divided by the number of Date Grouping (ie: running total of number of months)
Data should look like:
Total Calls Vendor A Vendor B Run Total
/months
January 50 35 15 50
February 75 50 25 62.5
March 100 80 20 75
April 90 10 80 78.5
Group 1 is Date printed by each month.
Group 2 is Vendor (a formula:
if {PART.PART_VENDOR_ID}=109
then "NETWORK"
else "UNIX"
Group 3 is Service Call ID
1. How do I get the running total for each month?
2. How do I divide the accumulating running total by the number of months?
So close, yet so far.
Thanks,
Joy