Enform Plus Reference Manual

Enform Plus Reference Manual422684-001
A-1
A
Enform Plus Syntax Summary
This appendix summarizes the Enform Plus syntax. For specific details of the syntax,
see Section 3, Enform Plus Language Elements; Section 4, Statements; Section 5,
Clauses; and Section 6, Commands.
Language Elements
Aggregates:
{ { AVG } }
{ { COUNT } }
{ { MAX } ( { field-name } [ OVER ALL ] }
{ { MIN } ( { expression } [ OVER over-item ] }
{ { SUM } }
{ { user-aggregate } [ WHERE logical-expression ] ) , }
{ }
{ { AVG } }
{ { COUNT } }
{ { MAX } ( [ UNIQUE ] field-name [ OVER ALL ] }
{ { MIN } }
{ { SUM } [ WHERE logical-expression ] ) , }
{ { user-aggregate } }
Arithmetic operators:
+
-
*
/
IF/THEN/ELSE expression:
(IF logical-expression THEN value-1 ELSE value-2)