...
5.1. Avalible expression elements
static text
Static text in expression, ex. 'hello'
#
This operator indicates usage of field name, ex. "#userName"
static text
Static text in expression, ex. 'hello'
+
This operator concats two subexpressions, ex. "#userName + '(' + #userLogin + ')'"
...