In AuditBoard Analytics expressions, operators can be used to build equations or compare values. Available operators are listed below:
+ (plus)
+
Adds values
- (minus)
-
Subtracts values
* (asterisk)
*
Multiplies values
/ (slash)
/
Divides values
% (percent)
%
Calculates remainder of division calculation
^ (caret) OR ** (double asterisk)
^
**
Exponents
= OR ==
=
==
Equal to
!= OR <>
!=
<>
Not equal to
>
Greater than
<
Less than
>=
Greater than or equal to
<=
Less than or equal to
AND
True if all conditions being checked are true
True
OR
True if any (or all) of the conditions being checked are true
NOT
Inverts the logic of a condition
The boolean value True
False
The boolean value False
None
Null
Last updated 1 year ago