Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 + ')'"

...