Through defining formulas in fields, developers and users can perform dynamic calculations on data
+
): Used for calculating sums of numbers or concatenating strings.-
): Used for calculating differences between numbers.*
): Used for calculating products of numbers./
): Used for calculating quotients of numbers.%
): Used for calculating remainders of numbers.SUM
function can calculate the total of multiple values, while the LEFT
function can extract a certain number of characters from a text field.
&
operator or CONCATENATE
function to join two or more text strings.LEFT
, RIGHT
, or MID
functions to extract parts of strings.IF
function for logical evaluation to return different values based on conditions. The format is:
The field value type of a formula is statically inferred when entering the formula, without waiting for actual calculation with referenced values. Therefore, you can always select formatting and interactive display configurations immediately after entering the formula.