Cell Operator Priority

The following operators are accepted as part of any CaseView calculation. When multiple operators are used in a calculation, they are evaluated in a specific order. Operators within brackets are given precedence in evaluating any calculations. The list below presents the evaluation precedence of operators in a calculation.

Operator

Description

( ) 

Brackets

Logical NOT

-  

Negative

Multiplication

Division

Addition

Subtraction

Less than

<= 

Less than or equal to

Greater than

>= 

Greater than or equal to

=  

Equal to

<> 

Not equal to

Logical AND

Logical OR

..

Cell range

::

Precedence operator

Related Topics