Dashboard App Filter: Instruction Manual
Create a Dashboard Filter
Passing Filter Values
"global-filter-options"
to pass values directly from a component to the dashboard filter."sql"
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.