Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
CRM Analytics
Logical Operators

Logical Operators

Logical operators return true or false.

CRM Analytics supports the following logical operators.

OperatorNameDescription
&& Logical AND

True if both operands are true.

Example predicate expression:

'Stage Name' == "Closed Won" && 'isDeleted' != "False"

|| Logical OR

True if either operand is true.

Example predicate expression:

'Expected_Revenue' > 4000 || 'Stage Name' == "Closed Won"

 
Loading
Salesforce Help | Article