Syntax of calculated expressions
The library used for calculations is muParserX, with the following modifications (for consistency with SQL syntax):
Character string separator: ' instead of "
Concatenation operator: || instead of //'unknown '||'value' returns 'unknown value'