Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Extend Salesforce with Clicks, Not Code
<= (Less Than or Equal)

<= (Less Than or Equal)

Evaluates if a value is less than or equal to the value that follows this symbol.

Use

value1 <= value2 and replace each value with merge fields, expressions, or other numeric values.

Revenue Example
Revenue Example

IF(AnnualRevenue <= 1000000, 1, 2) assigns the value 1 with revenues less than or equal to one million and the value 2 with revenues greater than one million.

 
Loading
Salesforce Help | Article