Expressions

Conditional Expressions allow you to create more complex reports, and are useful in certain scenarios.

It is important to note, expressions need to be enclosed in ‘Braces’ { } (sometimes called squiggly brackets), for instance:

{ReportData.Value1 * ReportData.Value2}

Expressions can be complex. If you require assistance with a form and want to use Conditional Expressions, please log a support request, and we will be happy to help you.

Text / Strings

Date & Time

Number & Currency

Calculations

IIF Statements

Tips & Tricks


Here are some useful tips & tricks you can use in your reports.

HTML

You can use HTML (Hypertext markup language) for text formatting.

Some examples of formatting are shown below, however, you can refer to more HTML Text Formatting here: https://www.w3schools.com/html/html_formatting.asp

<b>Bold Text</b>
<i>Italic Text</i>
<u>Underline Text</u>
<sub>Subscript Text</sub>

You can use HTML (Hypertext markup language) for text formatting.

Some examples of formatting are shown below, however, you can refer to more HTML Text Formatting here: https://www.w3schools.com/html/html_formatting.asp

<b>Bold Text</b>
<i>Italic Text</i>
<u>Underline Text</u>
<sub>Subscript Text</sub>
<font size="10">This is font size 10</font>
<br> = Break
Scroll to Top