Having read several posts on several forums I am becoming increasingly worried that there is no resolve for my problem.
I am trying to sum a sum in Crystal 9.
*Firstly I tried to sum a running total which failed.
*Secondly I tried to sum a sum which also failed.
*Thirdly I tried to put a running total in the evaluation section of a running total with a variable reset at in the header i.e.:
NumberVar lessthan1;
WhilePrintingRecords;
if Sum ({FIELD}, {FIELD}) > 0 then
if Sum ({FIELD}, {FIELD}) < ({FIELD} / 100) then
lessthan1 := lessthan1 + 1;
lessthan1 = 1
Which also failed!
Does anyone know how to sum a sum in crystal reports?
/Nice
I am trying to sum a sum in Crystal 9.
*Firstly I tried to sum a running total which failed.
*Secondly I tried to sum a sum which also failed.
*Thirdly I tried to put a running total in the evaluation section of a running total with a variable reset at in the header i.e.:
NumberVar lessthan1;
WhilePrintingRecords;
if Sum ({FIELD}, {FIELD}) > 0 then
if Sum ({FIELD}, {FIELD}) < ({FIELD} / 100) then
lessthan1 := lessthan1 + 1;
lessthan1 = 1
Which also failed!
Does anyone know how to sum a sum in crystal reports?
/Nice