Hi I am using crystal 10 and can not get a running total to reset. I need it to reset back to 0 at the end of the group. It does look like it is incrementing correctly. I am using 3 seperate formulas,
the reset formula placed in the group header
Numbervar X:=0;
In the details section I have another formula
Numbervar X:=X+1;
in the group footer I have the display formula
Whileprintingrecords;
Numbervar X;
I have two additional groups but this should not effect this running total.
Thanks!
the reset formula placed in the group header
Numbervar X:=0;
In the details section I have another formula
Numbervar X:=X+1;
in the group footer I have the display formula
Whileprintingrecords;
Numbervar X;
I have two additional groups but this should not effect this running total.
Thanks!