Note: The
Not Equals filter works the same as the equivalent filter in Microsoft SQL Server, and excludes null columns from comparison. To include all records in a comparison using
Not Equals, use the clause
<value> IS NULL
.
For example, you could create the filter FilterByState as State Not Equal 'Middlesex' OR State IS NULL
.