country is equal to France
.
You can add filters to your charts individually in the Explore view, or across all of your charts in your dashboard. Don’t worry, we’ll walk you through both and you’ll be a filter pro in no time!
sql_filter
yaml option. For more information see Table configuration+ Add filter
ALL
or ANY
of the conditions matchALL
conditions to match means you’d add an AND
between your conditions in SQL. So, the example in the Explore view above would give us compiled SQL that looks like:
ANY
conditions to match means you’d add an OR
between your conditions in SQL. So, the example in the Explore view above would give us compiled SQL that looks like:
enter
between each value entry in your listFilters
tabFilters
tab. Just click to open the toggle, then click add filter
.
options
for a field, then click add filter
.
convert to group
.
add filter
.
add filters
buttonadd filter
, then specify the field that you want to filter on and the value you want to filter by.Tiles
tab.Cross filtering
your dashboard using values in your tilesedit
mode (if you’re not, you should see the option to click Edit Dashboard
)add filter
, then specify the dimension or metric that you want to filter on.Tiles
tab.apply
, and your filters will pop up on the top of your dashboard.save
to save your filter settings.editor
or an admin
for your project.temporary filter
to saved filter
).dashboard filter applied
on the tile.
You can also hover over this to see which filters have been applied to that tile.
country
is China
, India
, Japan
. Then, on my dashboard I added a filter country
is India
. My saved chart’s filter would be removed, and my new dashboard filter would be applied instead, so the tile in the dashboard would be filtered to: country
is India
.
Here’s another example using a date filter: If my original saved chart was filtered to only include orders completed on or after April 3rd, 2024. But, I add a date filter to my dashboard to include orders completed on or after August 1st, 2024, then the dashboard filter would override the saved chart filter and I’ll end up with the chart filtered by orders completed on or after August 1st, 2022.
How charts work in this context:
payments
model, the system will consider the filters applied to fields from the payments
, orders
and customers
modelsorders
model, the system will consider the filters applied to fields from the orders
and customers
modelscustomers
model, the system will consider the filters applied to fields from the customers
model