Skip to main content

How to Use Filters

How to filter athletes based on criteria of your choosing.

Sean Burston avatar
Written by Sean Burston
Updated over 4 years ago

Parameters:

Text Fields & Text Boxes

  • Is: Contains EXACTLY what you've typed.

  • Is not: Does not contain EXACTLY what you've typed.

  • Contains: Displays the text you've typed even if a partial match.

  • Does not contain: Will return records that do not contain the text you've typed.

  • Is empty: Field is empty.

  • Is not empty: Field is not empty.

Dropdown, Multiple Choice, & Check List:

  • Is: Is ONLY what is selected.

  • Is not: Is not what is selected.

  • Is any of: Can select multiple options from dropdown menu. Displays records containing any of the values you have chosen.

  • Is none of: Can select multiple options from dropdown menu. Displays records that do not contain any of values you have chosen.

  • Is empty: Field is empty.

  • Is not empty: Field is not empty.

Groups & Tags

  • Is: Finds records that only have one Group or Tag. (Note: Records that have multiple tags will not be included in the search results)

  • Is not: Will only return records that are do not the specific group/tag chosen.

  • Is any of: Displays records that have any or all of the groups/tags you select.

  • Is none of: Displays records that do not have any or all of the groups/tags you select.

  • Is empty: Not in a group or has no tags.

  • Is not empty: Is in any group, or has any tag.

Numbers (Rating, Interest, Ability, Dates, etc.)

  • = : Is exactly equal to.

  • β‰  : Is not equal to.

  • > : Is greater than.

  • < : Is less than.

  • β‰₯ : Is greater than or equal to.

  • ≀ : Is less than or equal to.

  • Is empty: Field is empty.

  • Is not empty: Field is not empty.

And Vs. Or (Multiple Filters)

And: Displays both of the filter criteria chosen.

Or: Displays one filter, or the other.

Did this answer your question?