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.

less_than

Function: <
  Return true if the value on the left is less than the value on the right

Examples:

  1 < 2
  -- Result: true

  1 < 1
  -- Result: false

  'a' < 'b'
  -- Result: true




Signatures
a, a -> checkbox