Help

Table Of Contents
FILEMAKER PRO HELP 879
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Repeating functions
Repeating functions perform calculations on repeating fields.
Click a function name for details.
Related topics
About functions
About formulas
Extend
Purpose
Allows a value in non-repeatingField to be used with every repetition in a repeating field.
Format
Extend(non-repeatingField)
Parameters
non-repeatingField - any non-repeating field (a field defined to contain only one value), or an
expression that returns a reference to one
Data type returned
text, number, date, time, timestamp, container
Originated in
FileMaker Pro 6.0 or earlier
This function Returns
Extend In a calculation involving both repeating and non-repeating fields, allows a value in
a non-repeating field to be used with every repetition in a repeating field.
GetRepetition The contents of the specified repetition of a repeating field.
Last The last valid, non-blank value in the specified field.