


Collection_Group(
Collection_Create(
"", "FB_LN" , "SELF![CAT]='FREIGHT'"
, "[CMDTY_CLASS]
[Quantity:CLng(ConvertNulls(SELF![QTY_LABL],0))]
[Line:SELF![LINE_ITEM_NUM]]"
)
, "[Group][Sum][Line:Count]"
)
The functions are:
Collection_Total
| Sum
| Totals the values.
|
| Count
| Counts the number of rows.
|
| List
| Build a list of the values.
|
| Av
| Averages the values, excluding nulls.
|
| Min
| Use the minimum value.
|
| Max
| Use the maximum value.
|
| Cat
| Concatenate string values in order of occurrence.
|