Inputs
Inputs prompt the end user to specify what data they want at run time, rather than hard-coding values into a Query. This chapter covers what an Input is, the available Input types, how to add one, and how to reference an Input in a Native SQL Query.
In this section
| Article | In one line |
|---|---|
| What is an Input? | Prompt for values at run time. |
| Types of Inputs | Autosuggest, checkbox, chips, date pickers, sliders, and more. |
| Adding an Input | The common and per-type configuration options. |
| Adding an Input to Native SQL Queries | Reference an Input's alias in a SQL statement. |