> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Elements (Controls)

Customer objects can be referenced as a variable in:

* Dataset queries
* Text components
* Chart titles
* Goal lines
* Progress goal totals

**General** \
All controls create variables when they are dragged onto the dashboard.

<img src="https://mintcdn.com/explo/CaJC4DeBEWf_KlnL/images/creating-dashboards/types-of-variables-4.png?fit=max&auto=format&n=CaJC4DeBEWf_KlnL&q=85&s=5f6428ddf9ca30157437b7e3c5452837" alt="Filter variable" width="350" height="236" data-path="images/creating-dashboards/types-of-variables-4.png" />

To use dashboard elements, simply reference the component ID. For instance, in the example above the component ID is `filter_1`.

**Date Range Picker** \
The [date range picker](/creating-dashboards/ui-elements/date-range-picker) creates two variables, one for the start date and another for the end date. Both will be shown on the variables tab in the debugger panel. Assuming, in this example, the component ID for the date range picker is `date_range_picker` these are the two variables created:

* `date_range_picker.startDate`
* `date_range_picker.endDate`

**Default values** \
These variables get set when your users interact with the element and select a
value. When configuring the component, you will also have the option to set
default values so that the dashboard loads preselected with certain options.

<img src="https://mintcdn.com/explo/LLLEZyAg4kfqfGcK/images/creating-dashboards/custom-variables.png?fit=max&auto=format&n=LLLEZyAg4kfqfGcK&q=85&s=11a295b96fd3ec0bf86c2574bda6d436" alt="" width="390" height="553" data-path="images/creating-dashboards/custom-variables.png" />
