Filemaker Pro 8.5 Advanced Maintenance TG761Z/A User Manual

Product codes
TG761Z/A
Page of 238
Chapter 2
  
|
  Aggregate functions     21
Example 1
List (Field1; Field2)
 returns:
white
black
Example 2
List(Field3)
 returns:
red
green
blue
Example 3
List (Field1; Field2; Field3)
 returns:
in calculation repetition 1:
white
black
red
in calculation repetition 2:
green
in calculation repetition 3:
blue
Example 4
List(Related::Field4)
 returns:
100
200
300
Max
Format
Max(field{;field...})
Parameter
field - any 
; or an 
that returns a field, repeating field, or set of non-repeating fields.
Parameters in curly braces { } are optional.