Category: Aggregate
Syntax: Sum ( field {; field...} ) |
Parameters:
fieldAny related field, repeating field, or set of non-repeating fields that represent a collection of numbers. Parameters in curly braces { } are optional.
Data type returned: Number
Description:
Returns the sum of all valid values represented by the fields in the parameter list.
The Sum() function is most often used to add up a column of numbers in a related table.
Examples:
Function | Results |
---|---|
Sum (field1; field2; field3) | Returns 6 (when field1 = 1, field2 = 2, and field3 = 3). |
Sum (repeatingField) | Returns 6 (when repetition 1 = 1, repetition 2 = 2, and repetition 3 = 3). |
Sum (repeatingField1; repeatingField2) | Returns a repeating calculation field where the first value equals the sum of the values in repeatingField1, and the second repitition contains the sum of the values in repeatingField2. |
Sum (Customer::InvoiceTotal) | Returns 420 (when the sum of InvoiceTotal in the related set of data is 420). |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information