Listfield - any related field, repeating field, or set of non-repeating fields; an expression that returns a field, repeating field, or set of non-repeating fields, or a variable.
• a single field (table::field), which returns 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...), which returns 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.Note When referencing multiple repeating fields, List() returns the list of values across the first repetition in the calculation's first repetition, then the list of values across the second repetition in the second repetition, and so on.List (Field1; Field2) returns:
•
• List(Field3) returns:
•
•
• List (Field1; Field2; Field3) returns:
•
•
•
•
• List(Related::Field4) returns:
•
•
• List ($f1; Field2) returns:
•
•