Skip to main content
Component filters apply to a single block instance. They do not change the parent View or any sibling components. Use them when one tile needs a tighter slice (e.g., a “High value” version of the deals table sitting next to the full table).

Authoring

Open the component’s settings drawer and click Filters. The filter pill bar uses the same expression model as the View-level filter, so any operation valid on a View filter is valid here.

Layering with View filters

Component filters AND with the parent View’s filters. If the View filters to “this quarter” and the component filters to “high value”, you see “this quarter AND high value”. You cannot widen. A component cannot show records the View excluded.

Temporary filters

In some places (such as a component embedded on a record detail page) a filter applies only to your current session and isn’t saved. These temporary filters let you slice the data on the fly without changing the saved configuration for everyone else.

See also