Digitalcandy
IS-IT--Management
I've got a formula, {@ReaCurAmount}, that I want to do a Grand Total on but Crystal will not allow it. The code for the formula looks like this;
WhileprintingRecords;
Stringvar array AdderRecUP := split({QuoteCalcDetails.TypeDesc},";"
ToNumber(AdderRecUP[3]);
Any help as to how to do Sums on arrays?
WhileprintingRecords;
Stringvar array AdderRecUP := split({QuoteCalcDetails.TypeDesc},";"
ToNumber(AdderRecUP[3]);
Any help as to how to do Sums on arrays?