Multi-line expression

A single expression can output multiple lines of text in a report. To create a multi-line expression, insert a line break before the new line. To do this, just press Enter at the appropriate location in the code editor. There is no limit to the number of lines that can be included in an expression. For example, if you enter the following formula:

worth:

{1 + 2}

After the calculation, the result displayed in the report is as follows.

worth:

3

That is, the text output contains two lines.

 note: The expression can contain any number of rows.

Using code in multi-line expressions

Multi-line expressions have no restrictions on the use of code to calculate values other than the values of single-line expressions.