U.M. (Windows)
Table Of Contents
- Preface: Getting help
- Chapter 1: FileMakerPro basics
- Chapter 2: Creating a database file
- Chapter 3: Laying out and arranging information
- Understanding layouts
- Working with predefined layout types
- Arranging records in columns
- Managing layouts
- Working with layout parts
- Changing layout parts
- Working with all object types
- Working with graphic objects
- Working with fields in a layout
- Adding fields to a layout
- Adding merge fields
- Deleting a field from a layout
- Defining display formats for fields
- Determining data entry in fields
- Setting the tab order for data entry
- Adding scroll bars to fields
- Formatting repeating fields
- Adding borders, fill, and baselines to fields
- Defining value lists
- Formatting fields with value lists
- Working with text
- Chapter 4: Working with information in records
- Working in Browse mode
- Adding data to a file
- Selecting a field for data entry
- Adding and duplicating records
- Entering and changing data in fields
- Working with container fields
- Entering data from a value list
- Viewing and inserting data from another source
- Copying and moving values and records
- Using drag and drop to move information
- Replacing field values
- Working with records
- Finding information
- Deleting records
- Sorting records
- Chapter 5: Using ScriptMaker and buttons
- Chapter 6: Previewing and printing information
- Chapter 7: Networking and access privileges
- Chapter 8: Importing and exporting data
- Chapter 9: Customizing FileMakerPro
- Chapter 10: Using data from related files
- Chapter 11: Publishing files on the Web
- About the World Wide Web
- About FileMaker Pro Web Companion
- Publishing your database on the Web—an overview
- Getting ready to publish your files on the Web
- Setting up FileMaker Pro Web Companion
- Configuring FileMaker Pro Web Companion
- Setting up Instant Web Publishing
- Database security
- Helping Web users find your database
- Custom Web Publishing
- Appendix A: Recovering damaged files
- Appendix B: Working with international files
- Appendix C: Summary of functions
- Appendix D: Linking and embedding objects
- Index
Summary of functions C-7
When you use aggregate functions, keep these points in mind:
1 You can specify fields in the current database (field) or in a related
database (relationship::field).
1 If you specify a single parameter (field) or (relationship::field), it
must be either a related field, or a repeating field. If you specify
multiple parameters (field1, field2,...) or (relationship::field1,
relationship::field2), they can be field references, a constant, or any
valid expression. If you specify related fields, you can name a
different relationship for each related field if you want
(relationship1::field 1, relationship2::field 2...)
1 The parameters field1, field2,... can include a numeric constant (for
example, 10). A constant in a formula for a repeating field affects the
result for every repetition.
1 When field1, field2,... includes a nonrepeating field, that value is used
in the result for only the first repetition unless you use the Extend
function. For information about the Extend function, see “Repeating
functions” on page C-11.
1 Empty (null) values are ignored.
StDev (field)
StDev (relationship::field)
StDev (field1, field2,...)
StDev (relationship::field1,
relationship::field2...)
Returns the standard deviation of the sample
represented by a series of nonblank values in a
repeating field (field) or (relationship::field)
Returns the standard deviation of the sample
represented by a series of nonblank values in each
corresponding repetition of one or more repeating or
non-repeating fields (field1, field2,...) or
(relationship::field1, relationship::field2...)
StDevP (field)
StDevP (relationship::field)
StDevP (field1, field2,...)
StDevP (relationship::field1,
relationship::field2...)
Returns the standard deviation of a population
represented by a series of nonblank values in a
repeating field (field) or (relationship::field)
Returns the standard deviation of a population
represented by a series of nonblank values in each
corresponding repetition of one or more repeating or
non-repeating fields (field1, field2,...) or
(relationship::field1, relationship::field2...)
Sum (field)
Sum (relationship::field)
Sum (field1, field2,...)
Sum (relationship::field1,
relationship::field2...)
Returns the sum of nonblank values in a single
repeating field (field) or (relationship::field)
Returns the sum of nonblank values in each
corresponding repetition of one or more repeating or
non-repeating fields (field1, field2,...) or
(relationship::field1, relationship::field2...)
Syntax Definition