Sum the value of a function.

S

SHIPP

I have created the following calculation in the Customer
Detail section of my report.

=RecommendedCrdtLmt(([SumOfso_dtlpr_etotbillc]/
[SumOfCustomer])*[SumOfCustomer])

I now want to sum these values in the Customer Footer
Section. I have tried the following:

=Sum(RecommendedCrdtLmt(([SumOfso_dtlpr_etotbillc]/
[SumOfCustomer])*[SumOfCustomer]))

It comes up with an error. Any ideas on how to sum the
value in a detail record created from a function would be
greatly appreciated.
 
Top