Filemaker Pro 9 (108) Flashcards
- This set entered on 7-26-14
- 26.14.9
- What are the REPEATING Functions?
They mostly work with REPEATING FIELDS, and since those are outdated, so are most of these functions.
- What are the FINANCIAL FUNCTIONS?
Present Value, Future Value, etc
- What are the TRIGONOMETRIC FUNCTIONS?
Sine, Cosine, Tangent, etc.
- What are the LOGICAL FUNCTIONS?
THIS IS A POWERFUL GROUPING. They can MAKE DECISIONS based on CALCULATED VALUES (i.e., if the due date is more than 6 months ago, double the balance due). Some can evaluate other calcs inside your calcs, some figure out if fields are empty or contain invalid data, or perform lookups inside calcs. SEE CH 11 for details on these.
- What are the GET FUNCTIONS?
They pull info about the computer, user, db, or FileMaker Pro itself. You can find the layout’s name, network address, current user’s name, etc. This is the LARGEST GROUP OF FUNCTIONS.
- What are the DESIGN FUNCTIONS?
They tell you about YOUR DATABASE’S STRUCTURE, such as a list of tables, layouts, or value lists. ValueLIstItems gives you a list of the values in a Value List.
- What are the CUSTOM FUNCTIONS?
See Ch 12.
- What are the EXTERNAL FUNCTIONS?
Applicable only on Plug-Ins (mini-programs) or FileMaker Server.