Operators and functions in report

Operators and functions in report

 

Different arithmetical and logical expressions may be used in report template.

Arithmetical operations:

>, <, =, <=, >=, <>, != (not equal), +, -, *, /, % (mod)

Logical operations:

&& (and), || (or), ! (not)

For example:

\IF( (table1:field1>b+1) || (table1:field1=0) )\

............

\ENDIF\

 

The next built-in functions are supported by report language: