Open main menu

TaticView β

Changes

Expressions/en

308 bytes added, 12:43, 22 March 2021
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 ==
11,677
edits