Skip to main content
By default, filters run a SELECT DISTINCT(${field}) to populate filter suggestions. Using this parameter will bypass the default behavior and explicitly set the list of filter options.

Syntax

<measure_name>:
  suggestion_list: [<value1>, <value2>, ...]

Properties

measure_name
object[]
The name of the measure.

Examples

status_list:
  aggregate: list
  sql: ${status}
  suggestion_list: [complete, pending]