I have a formula to calculate a running total.
IF {TATX1030.TIMECODE_I}="UA" then
countua := countua+1
I need to be able to use the final total of the field in another calculation.
Is there any way to do this with the formula I have or is there some other way to calculate the total?
Any help is appreciated.
IF {TATX1030.TIMECODE_I}="UA" then
countua := countua+1
I need to be able to use the final total of the field in another calculation.
Is there any way to do this with the formula I have or is there some other way to calculate the total?
Any help is appreciated.