Which is not an option for Filter on a text field? A. Begins With B. Between C. Contains D. End With

Begins With
Between
Contains
End With

The correct answer is C. Contains.

The other options, A, B, and D, are all valid options for filtering a text field.

  • Begins With: This option will return all records that start with the specified text.
  • Between: This option will return all records that are between the specified values.
  • End With: This option will return all records that end with the specified text.

The Contains option is not a valid option for filtering a text field. This is because it is not possible to determine whether or not a record contains a specific text without first reading the entire record.

Exit mobile version