Multi-select

Multi-selects allows your customers to select multiple values to filter down data with.

What it does

This component allows you to create a dropdown input that your users can interact with to filter and group data on the dashboard.

When the element is added to the dashboard, it looks like:

Configuration

Configuration panel for dropdown select

Multi-selects are configured exactly the same that Dropdowns are configured. Please refer to the Dropdown documentation for more information.

Variable Usage

In the SQL query, use the following syntax

WHERE 1=1
[[AND column_1 in {{element1}}]]

Last updated

Was this helpful?