Skip to main content

Filters reference doc

Filters appear at the top of the Explore view and allow users to change the data being pulled in.


Using filters

To learn more about using filters, check out our docs on limiting data using filters.

Filter types

Numeric filters

Filterlogic
is nullOnly pulls in rows where the values are null for the field selected.
is not nullOnly pulls in rows where the values are not null for the field selected.
isOnly pulls in rows where the values are equal to the values listed.
is notOnly pulls in rows where the values are not equal to the values listed.
is less thanOnly pulls in rows where the values for the field selected are strictly less than the value listed.
is greater thanOnly pulls in rows where the values for the field selectedare strictly greater than the value listed.

String filters

Filterlogic
is nullOnly pulls in rows where the values are null for the field selected.
is not nullOnly pulls in rows where the values are not null for the field selected.
isOnly pulls in rows where the values are equal to the values listed.
is notOnly pulls in rows where the values are not equal to the values listed.
starts withOnly pulls in rows where the values for the field selected start with characters you've entered.
includesOnly pulls in rows where the values for the field selected includes the characters you've entered.
ends withOnly pulls in rows where the values for the field selected end with the characters you've entered.

Boolean filters

Filterlogic
is nullOnly pulls in rows where the values are null for the field selected.
is not nullOnly pulls in rows where the values are not null for the field selected.
isOnly pulls in rows where the values are equal to the values listed.

Date filters

Filterlogic
is nullOnly pulls in rows where the values are null for the field selected.
is not nullOnly pulls in rows where the values are not null for the field selected.
isOnly pulls in rows where the values are equal to the values listed.
is notOnly pulls in rows where the values are not equal to the values listed.
in the lastOnly pulls in rows where the dates for the field selected are in the last time period you entered: "in the last 3 days", "in the last 2 completed weeks", "in the last 3 quarters" etc.
not in the lastOnly pulls in rows where the dates for the field selected are not in the last time period you entered.
in the nextOnly pulls in rows where the dates for the field selected are in the next time period you entered: "in the next 3 days", "in the next 2 completed weeks", "in the next 3 quarters" etc.
not in the nextOnly pulls in rows where the dates for the field selected are not in the next time period you entered.
in the currentOnly pulls in rows where the dates for the field selected are in the current time period you entered: "in the current day", "in the current week", "in the current quarter" etc.
not in the currentOnly pulls in rows where the dates for the field selected are not in the current time period you entered.
is beforeOnly pulls in rows where the dates for the field selected are strictly before the date you entered.
is on or beforeOnly pulls in rows where the dates for the field selected are on or before the date you entered.
is afterOnly pulls in rows where the dates for the field selected are strictly after the date you entered.
is on or afterOnly pulls in rows where the dates for the field selected are on or after the date you entered.
is betweenOnly pulls in rows where the dates for the field selected are on or between the dates you entered: "between 2001-12-23 and 2003-01-02".