The Report Design Document / Expressions in properties |
You may want your expression to depend on a 4GL data variable rather than on the constant string "HELLO". For this, we use RTL embedded in curly braces (Note that we are now mixing two languages. Within the braces it is RTL, outside it is a PXML expression). The rules for embedding RTL in PXML are:
max({order_line.titlewidth}cm,width({order_line.title}))
For this expression to be legal, the 4GL variable order_line.titlewidth has to be of type Numeric, and the 4GL variable order_line.title has to be of type String.