Report Filters Bar
Report filter strip with a removable date-range chip, three dimension selects, a compare to previous period toggle, and an apply button showing the live matching row count.
Report filter strip with a removable date-range chip, three dimension selects, a compare to previous period toggle, and an apply button showing the live matching row count.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Report Filters Bar is the refinement strip that sits above report results: a removable date-range chip (Jun 9 to Jun 13, 2026) that collapses to a dashed Add date range button when dismissed, three dimension Selects (Plan, Region, Status defaulting to Team, Global, Active), a Compare to previous period Switch that surfaces a vs Jun 2 to Jun 6 badge when enabled, and an apply affordance that toggles between Apply filters and the live row count, 1,190 rows for the default Team and Global and Active combination.
The row count derives from a nested const lookup table covering all four plans, four regions, and four statuses. The apply button disabling itself after each change and re-enabling on any control interaction is what prevents stale-count confusion when a user adjusts a filter but forgets to apply.
Reach for this block above any report or data table where users iterate on filters before reading results, wired to your query layer so Apply triggers a real fetch and the row count reflects the live total.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the dimension filter strip above MRR or signup reports. Other filter bars:
Tip: show the matching row count on the apply button after each successful query so users see the impact of their filter changes before reading the full table.