Using CR 10 I have a formula in GF2 that makes a calculation based on 2 variables, each from a seperate sub report. Everything works fine except I cannot for the life of me figure out how to sum this formula to place in the report footer.
Formula as follows:
WhilePrintingRecords;
Shared NumberVar CostValVar;
Shared NumberVar CreditVar;
NumberVar CallCostTotal;
CallCostTotal := (CostValVar-CreditVar)/{@VisitExWOS}
Help appreciated,
Regards,
David
Formula as follows:
WhilePrintingRecords;
Shared NumberVar CostValVar;
Shared NumberVar CreditVar;
NumberVar CallCostTotal;
CallCostTotal := (CostValVar-CreditVar)/{@VisitExWOS}
Help appreciated,
Regards,
David