Combobox

The Combo Box Filter is an interactive component used in dashboards and reports to filter data on associated components. It provides a drop-down list of selectable items. Choosing one or more items dynamically changes the data displayed in linked visualizations or components.

The Combo Box is versatile and can support single, default, or multi-selection with checkboxes, making it suitable for a wide range of filtering needs.

Best Situations to Use Combo Box

Use a Combo Box Filter when you need to:

  • Allow users to filter associated components dynamically.

  • Select a specific item (e.g., a single region, department, or product).

  • Enable multi-select filtering for broader analysis (e.g., multiple categories at once).

  • Provide a searchable dropdown for datasets with many options.

Example use cases:

  • Selecting a region to update all associated sales charts.

  • Choosing a product line to drill into performance dashboards.

  • Applying multi-category filters (e.g., “Electronics” + “Home Appliances”).

Properties of the Combo Box Filter

The Combo Box Filter component has several configurable property groups:

General

Property
Description

Component Name

Defines the identifier for the Combo Box Filter.

Show Search

Enables a search bar to quickly find dropdown values.

Left, Top

Sets the component’s placement coordinates on the canvas.

Height, Width

Defines the component’s dimensions.

Initial Visibility

Determines if the component is visible on the first preview.

Font Color / Size / Style / Weight / Family

Customizes typography for dropdown text.

Selection

Defines selection mode: Default, Single, or Multiple.

Selected Index

Sets a default selected value. Requires Notify GV Update for dynamic updates.

Auto Update GV

Automatically refreshes values when governing variables (GV) change.

Notify GV Update

Triggers linked variables to update when a selection is made.

Public Filter

Determines if filter settings are accessible to other components.

Background

Property
Description

Shadow / Color / Transparency

Adds shadow effects for depth and design focus.

Background Color

Sets the background fill color of the component.

Title

Property
Description

Title Box Color

Sets the background color of the title box.

Show Title Box / Show Title / Show Only Title

Controls the visibility of title elements.

Title Bar Height

Adjusts the height of the title bar.

Description

Adds descriptive text beneath the title.

Font (Color, Size, Style, Weight, Family)

Customizes title typography.

Align

Aligns title text (left, center, right).

Text Decoration

Adds underline, overline, or strikethrough effects.

Position

Sets the placement of the title within the component.

Property
Description

Rollover Color

Changes background color when hovering over an option.

Selection Color

Sets background color for a selected option.

Background Color

Defines the overall dropdown background color.

Variants

The Combo Box Filter supports multiple configurations based on property selection:

  • Default Selection – a pre-selected item shown on load.

  • Single Select – allows selecting only one item at a time.

  • Multi-select with Checkboxes – enables selecting multiple items simultaneously.

Notes

  • Use Show Search when the list contains more than 10–15 values for usability.

  • When Auto Update GV is enabled, the Combo Box automatically syncs with variable changes, improving dashboard interactivity.

  • For performance, limit multi-select options when working with very large datasets.