11,677
edits
Changes
Updating to match new version of source page
We just remember that currently TaticView only supports expressions whose numeric return.
Expressions support the backslash as [[EscapeChar|escape character]] so that names can contain the delimiting characters.
Below are details about how the expressions work:
== Basic structure of a Expression (Formula) ==
==== Identifier ====
It is the name of the field or column involved in the expression, it must be delimited by double quotes.
* Examples: "Average Price". "Screw 1\" philips", "Seler"
==== Value Operand ====
* Example: IF("Product" == "#null";0;20)
== Arithmetic Expressions ==