I am playing around with MetaBase and Clickhouse.
In the clickhouse-DB I have some colums as arrays. I had great experience building dashboards via auto-generated statements, but when I write own SQL the dashboard-filters do not work.
Is there a trick to make the filter visible/choseable on own sqls, when I edit the dashborad-filters?
Hi Alexander - I believe you are looking for the "parameters" feature of Metabase. In your custom SQL, you'll want to set up parameters in your "where" statement. And then from a dashboard, you can point your filters at those parameters. There's some documentation here: https://www.metabase.com/docs/latest/users-guide/13-sql-parameters.html. I've used this feature extensively to good effect. Hope this helps! -J.
Last one works and shows me the filters on the question itself - not on the dashboard!
There is already a dashboard-filter bind to some other questions ... here I still get
There are limitations with both Field Filters and simple filters (Text, Number, Date), so not everything is possible with both of them - each have their own forces and use-cases.