Explo
Search…
Explo Help Desk
FAQs
Getting Started
Creating my first dashboard
Database Setup
Connecting to your database or data warehouse
Data Sources and Schema
Building your data model
Creating Dashboards
Variables
Visualizations
UI Elements
Text
Dropdown Select
Multi-select
Date Picker
Date Range Picker
Container
Date Group Switch
Apply Filter Button
Switch
Text Input
Dashboard Features
Version Control
Custom Styles
Email Reporting (Beta)
Analytics Reporting
Internationalization
Dashboard Attributes
Timezones
Syncing Dashboard Colors
Embedding Documentation
Whitelisting your domain
Option 1: Web Component
Option 2: iFrame
Option 3: End User Portal
API Documentation
Explo's Authentication
End User Group API
End User API
Export Dashboard API
Dashboard API
Managing Permissions
Access Groups
Security
Security Overview
Troubleshooting
Database Connection Errors
Common Errors
Powered By
GitBook
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
1
WHERE
1
=
1
2
[[
AND
column_1
in
{{element1}}
]]
Copied!
Previous
Dropdown Select
Next
Date Picker
Last modified
11mo ago
Copy link
Contents
What it does
Configuration
Variable Usage