Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

greater_than_equal

Function: >=
  Return true if the value on the left is greater than or equal to the value on the right

Examples:

  3 >= 2
  -- Result: true

  1 >= 1
  -- Result: true

  'a' >= 'b'
  -- Result: false




Signatures
a, a -> checkbox