Hello Everyone,
I am working on a Crystal Report where I need to calculate a rolling sum for 3 months of totals that are summation fields.
Monthly Revenue Ending Balance Days A/R Days at EOM
$54,233,511 $79,748,693 31 -
$54,847,932 $77,915,945 30 -
$55,259,052 $83,792,145 31 Formula Needed
Formula = ((Ending Balance)/((Sum of All 3 Monthly Revenue Amts)/(Sum of all 3 days amts)))
The number I need is the Sum of all 3 Monthly Revenue Amts. Thus, on line three, in this example, I would need the total of $164,340,495 as that piece to place in the formula. I would need this to continue calculating in three month intervals all the way through. For example, in line 4, the numbers of which are not depicted here, I would have the sum of lines 2,3, and 4.
To reiterate, those monthly revenue fields are summation totals placed in a group footer. I tried using the "previous" function but it would not work with the summation fields.
I am working on a Crystal Report where I need to calculate a rolling sum for 3 months of totals that are summation fields.
Monthly Revenue Ending Balance Days A/R Days at EOM
$54,233,511 $79,748,693 31 -
$54,847,932 $77,915,945 30 -
$55,259,052 $83,792,145 31 Formula Needed
Formula = ((Ending Balance)/((Sum of All 3 Monthly Revenue Amts)/(Sum of all 3 days amts)))
The number I need is the Sum of all 3 Monthly Revenue Amts. Thus, on line three, in this example, I would need the total of $164,340,495 as that piece to place in the formula. I would need this to continue calculating in three month intervals all the way through. For example, in line 4, the numbers of which are not depicted here, I would have the sum of lines 2,3, and 4.
To reiterate, those monthly revenue fields are summation totals placed in a group footer. I tried using the "previous" function but it would not work with the summation fields.