Criteria Operators

Tip: Don't see this yet? No need to worry. Expect its wider release in a future update.

Criteria operators are filters you assign to the criteria fields to define the exact conditions a record must meet to appear in the query results.

For example, if you want to create a query of all constituents who donated $10 or more to your organization, you can use the Gift Type and Gift Amount criteria fields to filter the constituent information. If you want to see only constituents who made a $10 or more donation to your organization, use a criteria operator to specify that the Gift Type “equals” Cash and the Gift Amount is “greater than or equal to” $10.

  • Equals — Records must have the exact entry you define.

  • Does not equal — Records must not match the entry you define.

  • Greater than — Records must have a value greater than the one you define.

  • Greater than or equal to — Records must have a value greater than or equal to the one you define.

  • Less than — Limit records to those with a value less than the value you define.

  • Less than or equal to — Records must have a value less than or equal to the value you define.

  • One of — Records must have at least one of the entries you define.

  • Not one of — Records must not contain any of the entries you define.

  • Between — Records must fall within the range you define.

  • Not between — Records must not fall within the range you specify.

  • Blank — Records must be blank in the field you specify.

  • Not blank — Records must have an entry in the field you specify.

  • <Ask> — The “ask” operator means ask at runtime. This lets you postpone the selection of specific values for your criteria fields until the time you run the query.

    Note: Support for running queries with <Ask> operators will be available in a future release.

Combine operators

To narrow your query further, you can combine separate sets of criteria fields. Combining operators are characters that link criteria and define the records in the query:

For example, you may want to query for South Carolina constituents who either have a constituent code of Board Member or a gift amount of at least $1000. Select the State, Constituency Code, and Gift Amount criteria fields, then select operators and values for each criteria field:

  • State equals South Carolina

  • Constituency Code equals Board Member

  • Gift Amount greater than or equal to $1,000

Then, combine the criteria fields with operators:

State equals South Carolina

AND (Constituency Code equals Board Member

OR Gift Amount greater than or equal to $1,000)