Hello!
I have a few metabase questions that i would like to embed on my website.
I would like to include parameters i.e. my filters in it.
Is it possible to pass filters as parameters? Is it necessary to switch my question to SQL?
Many thanks!
Yeah you can use static embedding and pass values as locked parameters so users cannot change the filter from their end
but can we do that for non SQL questions?
Yes, are you having issues setting it up?
Thanks Tony!
Yes I am having a few issues.
If I pass the parameter within the url, how would it know what to do with it, if it is a question?
When I click on static embed + parameters I get
This question doesn't have any parameters to configure yet.
Hey veronicakkv
Those parameters you're passing need to be referenced to sql parameters or dashboard filters. So if you're using a question built using the GUI builder, you can add it to a dashboard that has filters and set up the parameters you need within the static embedding configuration.
Thanks