Not Equal

Not Equal

Performs a comparison to determine if two expressions with compatible data types are not equal. The result is a boolean.

Left

Expression to compare

Possible children:

  • Data Constant
  • Field reference
  • Function
  • Filter reference

Right

Expression to compare

Possible children:

  • Data Constant
  • Field reference
  • Function
  • Filter reference

Handling NULL Values

In case you want to compare to a NULL value, keep the Right parameter without a child. This will essentially render an IS NOT NULL SQL statement when used in a filter set.