Metric App Filter: Instruction Manual
Create a Metric Filter
Passing Filter Values
"metric-filter-options"
to pass values directly from a component to the metric filter.<InlineCode>"sql"</InlineCode>
key dynamically fetches the latest values from the specified database table.SELECT "name" FROM "public"."countries" WHERE isEnabled=true
fetches active country names.columnName
specifies the field in the query result to use as filter values.