I've got this on a group and I need the record count to be reset for my average per group record..
Where would I add this?
Visuals are awesome.. ;)
Thank you soooooo much..
Mike McCracken
Put the display/avverage calculation formula in the group footer
In the group header add this formula to reset the values
WhilePrintingRecords;
Shared NumberVar RecCount;
Shared NumberVar DurationTotal;
RecCount := 0;
DurationTotal := 0;
""
wshcraft70
ASKER
I cannot get the average Talk Time to calculate.. For some reason, the group rec count doesn't seems to be resetting.. Below is what I have.. Do you see where I've gone wrong?
Where would I add this?
Visuals are awesome.. ;)
Thank you soooooo much..