Skip to content

Filter Rows

How to filter rows?

Filters help you display only the rows you need by defining rules to hide others.

Examples:

  • Keep only rows edited today or in the last 3 days
  • Remove rows containing empty cells
  • Use only rows with specific values

How to Create a Filter

You'll find filters in the bottom section of "Chart data"

Filters location

The filtering system hides rows based on defined rules.

Step 1: Select a column for filtering

Select column

Warning: Column type matters — different types offer different filter options. For example, only numeric or formula columns support "is over" filtering. Learn more about column types.

Available Filter Types

Filter NameDescription
is emptyCell is empty
is not emptyCell contains a value
is equal toCell matches exact parameter
is not equal toCell differs from parameter
containsValue includes the parameter
does not containValue excludes the parameter
is overStrictly greater than parameter (numeric only)
is underStrictly less than parameter (numeric only)
is beforeDate precedes parameter (date type only)
is afterDate follows parameter (date type only)
is … days beforeDate is N days before today (date type only)
is … days afterDate is N days after today (date type only)
is not current…Date during current day, week, month, or year

Important: Define the filter parameter (required for all except "is empty" and "is not empty")

Filter types

Filter Logic Examples

Applying filters displays ALL rows EXCEPT those matching the criteria:

Column ValueFilterParameterResult
10, 34, 12is over2010, 12
tomato, peas, chickpeascontainspeastomato
8 Oct 2021, 10 Dec 2021is before1 Dec 202110 Dec 2021

Filter logic

Example Use Cases

  1. Show rows where Date column is after May 12th 2022

Example 1

  1. Display only the last 30 days of data

  2. Show only today's records (updates daily)

  3. Show only yesterday's records

  4. Keep only positive values

Example 5

  1. Display only when "Total profit" field is filled

Example 6

  1. Keep only rows where "Journal" checkbox is checked

Example 7