KeyserSoze
Programmer
I have a formula that I am using to total up the number of class hours for each employee record. The formula is placed in the group footer of the employee group:
NumberVar Total;
Total := Total + val({traihist.TR_TEXT1})
How do I set the total to 0 once a new employee is being processed?
Thanks!
NumberVar Total;
Total := Total + val({traihist.TR_TEXT1})
How do I set the total to 0 once a new employee is being processed?
Thanks!