equals

The equals (=) match filter returns rows that are an exact match to the specified value.

Syntax

  • columnName - the column the filter will search for the matching value.
  • value - the value to match on.

Examples

The following example returns rows where Color is blue.

The following example returns rows where Color is blue and Code is 14.

The following example returns rows where Color is blue or Code is 14.