This set entered on 7-26-14
7.26.14.7
It is simply a PREDETERMINED FORMULA
Average ( Line Item::Quantity )
Average ( Line Item::Quantity )
The word “Average” is the FUNCTION’S NAME. “Line Item::Quantity” is a reference to a RELATED field.
They tell the FUNCTION how to perform its specific calculation. For example, in the function:
Average ( Line Item::Quantity )
the “Line Item::Quantity” is the PARAMETER. This Function has only ONE parameter, but many Functions have two or more.
Parameters are ALWAYS enclosed in PARENTHESIS.
A SEMICOLON, as in this Function:
Date ( Month ; Day ; Year )