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.

not_equal

Function: !=
 Return true if the left side does not equal the right Examples: 1 != 1 -- Result: false 1 != 2 -- Result: true 'a' != 'b' -- Result: true 
Signatures
a, a -> checkbox 
close