not equals
The not equals (!=) match filter returns rows that do not exactly match the specified value.
Syntax
columnName- the column the filter will search for non-matching values.value- the value to match on.
Examples
The following example returns rows where Color is not blue.
The following example returns rows where Color is not blue and Code is not 14.
The following example returns rows where Color is not blue or Code is not 14.