Functions Reference

Table Of Contents
Chapter 2
|
Aggregate functions 13
Data type returned
text
Description
Returns a concatenated list of non-blank values (separated by carriage returns) for either:
a single field (table::field), calculates a single result over all repetitions (if any)
for this field and over all matching related records, whether or not these records
appear in a portal.
several fields and/or literal values
(table::field1,constant,table::field2...), calculates a separate result
for each repetition of the calculation across each corresponding repetition of the
fields. If any fields are related, only the first related record is used.