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.

to_boolean

Function: to_boolean
 cast a value to a true or false Examples: to_boolean('true') -- Result: true to_boolean('1') -- Result: true to_boolean('0') -- Result: false to_boolean(text_boolean_column) -- Result: true 
Signatures
text -> checkbox checkbox -> checkbox 
close