Working with 13-Review and Reporting > 13-3 Report Writer > Calculated Fields > About operators
Learn more

About parentheses

About using If( )Then( )Else( ) in a calculated field

About variables in calculated fields

{S}

{N}

{D}

About operators

Operators are symbols that represent a type of mathematical or relational process to carry out in an expression. You can select from the following operators:

Operator

Description

+

Addition

Subtraction

*

Multiplication

/

Division

=

Equal to

< >

Not equal to

( )

Open/close parenthesis.

<

Less than

>

Greater than

<=

Less than or equal to

>=

Greater than or equal to

&

Ampersand

If( )Then( )Else( )

Tests for a condition.

{S}

Inserts a find and replace field for an alphanumeric variable.

{N}

Inserts a find and replace field for a numeric variable.

{D}

Inserts a find and replace field for a date variable.

SQL Queries

Tests for a condition.(See the Learn more box.)