> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finta.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Filters

> Narrow a chart down to exactly the rows you want to show.

Filters let you limit the data a chart includes — for example, a single account, one category, or a date range. They use the same field types and conditions as Notion's own database filters.

## Add a filter

<Steps>
  <Step title="Open the filter panel">
    In the chart editor, click the filter icon in the **Data** section.
  </Step>

  <Step title="Add a condition">
    Click **Add Filter**, then choose a **field**, a **condition**, and a
    **value**.
  </Step>

  <Step title="Add more conditions">
    Add additional rows to combine conditions. The preview updates as you go.
  </Step>
</Steps>

## Conditions by field type

The available conditions depend on the field you pick:

| Field type      | Conditions                                                              |
| --------------- | ----------------------------------------------------------------------- |
| Text / Title    | Is, Is Not, Contains, Starts With, Ends With, Is Empty, Is Not Empty    |
| Number          | Equals, Does Not Equal, Greater Than, Less Than (and or-equal variants) |
| Select / Status | Is, Is Not, Is Empty, Is Not Empty                                      |
| Checkbox        | Is checked / Is not checked                                             |
| Date            | Before, After, On or Before, On or After, Is Empty, Is Not Empty        |
| Relation        | Contains, Does Not Contain                                              |

## Examples

<CardGroup cols={2}>
  <Card title="Spending only" icon="filter">
    **Category** Is Not **Income** — exclude income so a donut or bar shows a
    clean expense breakdown.
  </Card>

  <Card title="One account" icon="building-columns">
    **Account** Is **Checking** — chart a single account.
  </Card>

  <Card title="A date range" icon="calendar">
    **Date** On or After a start date — focus on a recent period.
  </Card>

  <Card title="Exclude pending" icon="hourglass-half">
    **IsPending** Is not checked — show only settled transactions.
  </Card>
</CardGroup>

<Tip>
  Filters are saved with the chart, so the embedded version always reflects the
  same view you built in the editor.
</Tip>
