Carrot reference
Operators

>= (greater-than-equals)

Returns all records where the value of one expression or field is greater than or equal to the value of another expression or field.

Syntax

expression >= expression

Sample usage

tenure >= 3 return all records where tenure is greater than or equal to 3.

base >= 100000 returns all records where base is greater than or equal to $100,000.

Supported data types

  • Number
  • Percent
  • Money
  • Date
  • String
  • Shares

Note: When a Money value is compared to a Number, the Money value is compared as an amount in the Org's primary currency.

See also