Running totals happen automatically at breakpoints on any field for which the field modifier TOTAL is specified.
So one technique would be to BREAK.ON @ID DET.SUP You can also create EVAL expressions or I-descriptor expressions that keep a running total and display same. Here you can make use of the fact that the intermediate result variables (@1 through @20 and @ alone) are automatically initialized to zero. EVAL "@2; @1 + FIELDNAME" ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
