The Set of Formulas
There are more than 50 different formulas that allow for modifications such as: transforming text, performing mathematical calculations, applying conditions based on a field’s value, and many others.
Each formula has the same structure:
FORMULA_NAME ( PARAMETERS )
where the
This function
An example of a nested function:
FIRSTUPPER (LOWERCASE(REPLACE({Color}, “red”, “Tinto” )))