ACCUMULATE expression ( aggregate-phrase )Identifies one or more values to calculate based on a change in expression or a break group. This is the syntax for aggregate-phrase:
AVERAGE COUNT MAXIMUM MINIMUM TOTAL SUB-AVERAGESUB-COUNT SUB-MAXIMUM SUB-MINIMUM SUB-TOTALbreak-groupBYFor more information, see the Aggregate phrase reference entry.You can use the ACCUMULATE statement only in blocks with the implicit looping property. ABL automatically supplies looping services to REPEAT and FOR EACH blocks. See OpenEdge Getting Started: ABL Essentials for more information on block properties.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |