14.10.2013 Views

FileMaker Pro 4.1 Mac User's Guide

FileMaker Pro 4.1 Mac User's Guide

FileMaker Pro 4.1 Mac User's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

?<br />

Mathematical operators<br />

Creating a database file 2-17<br />

Use the following mathematical operators with numeric expressions.<br />

Symbol Name Definition Examples<br />

+ Addition Adds two values 2+2<br />

Subtotal+Sales Tax<br />

– Subtraction or<br />

Negation<br />

Comparison operators<br />

Subtracts the second<br />

value from the first, or<br />

changes the sign to + or<br />

–<br />

2–2<br />

InvoiceTotal–Discount<br />

–2<br />

* Multiplication Multiplies each value Subtotal*Sales Tax<br />

DaysLate*.01*LeasePayment<br />

/ Division Divides the first value<br />

by the second<br />

^ Power of, or<br />

Exponentiation<br />

Raises the first value to<br />

the power of the second<br />

value<br />

Kilometers Driven/Liters<br />

Inches/12<br />

A^2+B^2 returns (A 2 + B2 )<br />

Radius^3 returns (Radius3 )<br />

Choose <strong>FileMaker</strong> Help Index from the or Help menu, and then type:<br />

E mathematical operators<br />

Comparison operators compare two expressions and return either true<br />

or false (sometimes called a Boolean expression). Arithmetically, a<br />

result of true equals 1 and a result of false equals 0.<br />

Symbol Name Definition Examples<br />

= Equal to True when both items<br />

are equal<br />

≠ or Not equal to True when the items are<br />

not equal<br />

> Greater than True when the value on<br />

the left exceeds the<br />

value on the right<br />

< Less than True when the value on<br />

the left is less than the<br />

value on the right<br />

38=39 returns false<br />

38=38 returns true<br />

38≠39 returns true<br />

38≠38 returns false<br />

5>6 returns false<br />

19>1 returns true<br />

5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!