Carrot reference
Operators

> (greater-than)

returns all records where the value of one expression or field is greater than the value of another expression or field syntax expression > expression sample usage tenure > 3 return all records where tenure is greater than 3 ('2021 01 01') > ('2020 01 01') evaluates to true base > 100000 returns all records where base is greater than $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 < (less than) docid\ dfzeov4u zpslrwr83bl <= (less than equals) docid\ ibs4w l1pwa6xmswyvujq >= (greater than equals) docid\ ye9gwbz itgpxtbdzxd a