Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 182
Shipping Costs table
The two tables are related by Weight and Max Weight. The calculation field Rate Lookup is
defined as
Rate Lookup = LookupNext(Shipping Costs::Max Weight; Higher).
The Rate Lookup calculation field will return 25, 25, 100, and 150 for records 1 to 4. Rate
Lookup
can then be used to get the correct rate code (A, A, C, and D respectively).
Related topics
Contents
Functions reference (alphabetical list)
Self
Purpose
Returns the content of the object in which the calculation is defined.
Format
Self
Parameters
None
Data type returned
text, number, date, time, timestamp
Item Weight Rate Lookup
Lamp 8
Chair 22
Desk 60
Bed 120
Rate Code Maximum Weight
A 25
B 50
C 100
D 150
Item Weight Rate Lookup
Lamp 8 25
Chair 22 25
Desk 60 100
Bed 120 150