Skip to content

Filter Components

Filter components allow users to interactively control data visualizations and dashboards by applying dynamic filtering logic through variable-based selections.


🎨 Widget Customizations

All filter components share these customization sections:

GroupDescription
GeneralModify the chart’s general appearance, including the background color, borders, shadows, and drill-out choices.
TitleEnable and customize chart title text, alignment, font, and color.

πŸŽ›οΈ Filters Which Require Configuration

These filters need specific configuration via the Widget Configuration tab in the Customize panel to work properly.

πŸ“Š Basic Configuration

Configuration ItemDescription
SourceSource providing the data for measures and dimensions.
DimensionLabel or category fields.

πŸ“ Drop Down Filter

A customizable multi-select or single-select dropdown filter component that dynamically populates options from a selected Dimension.

Key Features:

  • Binds to a Dimension in your data setup.
  • Multi-select with optional limit on number of selections.
  • Searchable, clearable, supports pasting multiple values for batch filtering.
  • Fully customizable size, variant, padding, colors, and dropdown position.

πŸ“‘ Check List Filter

A filter component rendering a checklist of selectable options populated dynamically from a Dimension.

Key Features:

  • Binds to a Dimension in your data.
  • Supports multi-select or single-select modes.
  • Customizable orientation, checkbox size, label position, and color.
  • Scrollable container for long lists.

πŸ—‚οΈ Hierarchy Drop Down Filter

A filter component rendering a cascading hierarchy of dropdowns, dynamically fetching dimension values based on parent selection.

Key Features:

  • Binds to a Dimension and optionally its hierarchical levels.
  • Supports loading child filters based on parent filter selection.
  • Customizable dropdown styling and searchability.
  • Clearable and responsive to upstream changes.

πŸŽ›οΈ Filters Which Do Not Need Configuration

These filters work immediately without requiring additional configuration.

πŸ“… Infoveave Date Range Picker

A standalone date range selector allowing users to filter the board data by date ranges, with optional predefined periods like Years, Months, etc.

Key Features:

  • Filters board data by a selected date range.
  • Includes quick period shortcuts (Years, Quarters, Months, Weeks, Days).
  • Two-way binding with board-level date settings β€” updates reflect instantly across dependent elements.

🎚️ Date Range Slider

A visual date range selector allowing users to filter the board by choosing a start and end date via a draggable slider interface.

Key Features:

  • Board-level date range filter using a horizontal slider.
  • Displays customizable tick marks, labels, thumb icons, and track styling.
  • Supports auto-aligned or custom-positioned labels.
  • Updates BoardDates property on range change β€” instantly affecting visuals.

πŸ—“οΈ Quick Date Dropdown

A convenient dropdown filter allowing users to quickly select predefined date ranges, directly updating the board’s active date range.

Key Features:

  • Dropdown list of standard quick date options (Today, Yesterday, Last 7 Days, etc.).
  • Includes a Custom entry for manual date selection.
  • On selection, updates the board’s BoardDates property globally.