Skip to content

Parameter Control

The Parameter Control block creates an input control for query parameters. It allows users to set parameter values that are passed to data source queries, enabling dynamic filtering and parameterized reports.

Add a Parameter Control Block

Add a new block to a page and select Parameter Control from the block type list.

Configuration

  • Label - Display label for the control.
  • Help text - Helper text displayed below the label.
  • Parameter - The name of the query parameter this control manages.
  • Control Type - The type of input control:
    • Single Select - Dropdown with a single selection.
    • Multi Select - Dropdown allowing multiple selections.
    • Input - Free-text input field.
    • Date Picker - Date selection control.
  • Data Type - The parameter data type: text, number, or number_array.
  • Timezone (Date Picker only) - User's local timezone or UTC.
  • Default - Default value for the control on page load.

Query

For Single Select and Multi Select control types, the Parameter Control uses a data source query to populate the available options. Learn more about block queries.