TallGuyinIT
IS-IT--Management
New at working with Crystal, so you will need to be patient.
I have a report with a running total named "Daily Total". I also have a variable "print running total" which will equal 1 to 6.
I am trying to reset "Daily Total" back to zero after "print running total" = 3. In "daily total" I have the reset formula as;
WhilePrintingRecords;
Previous(print running total)=3
This resets the running total to zero after the second group, so the totals on group 3 =0. I have tried all different formulas and commands. Either the totals do not reset or they reset in the wrong group. Any ideas?
I have a report with a running total named "Daily Total". I also have a variable "print running total" which will equal 1 to 6.
I am trying to reset "Daily Total" back to zero after "print running total" = 3. In "daily total" I have the reset formula as;
WhilePrintingRecords;
Previous(print running total)=3
This resets the running total to zero after the second group, so the totals on group 3 =0. I have tried all different formulas and commands. Either the totals do not reset or they reset in the wrong group. Any ideas?