...
To connect a “Range input” control to a chart using a visual mode query:
Open the chart builder editor by creating a new chart or editing an existing chart on the dashboard.
In the “Filters” section of your visual mode query:
Add the numeric column you want the control to filter.
Select between and including as the filter operator.
Reference your control using its variable:
Use
{RANGE_INPUT_NAME.START}
for the beginning of the range.Use
{RANGE_INPUT_NAME.END}
for the end of the range.Replace
RANGE_INPUT_NAME
with your control's name.
Select Run query. The result table will update with the new filter applied to the data.
Select Save to dashboard to save the chart.
...