We're trying to have drill-down using embedded dashboard. From the documentation we read that is possible if we use the 'click behaviour' -> 'go to custom documentation'.
I can confirm that the main dashboard, work fine and we're able to pass the following parameters:
id,useridtype
I can confirm that changing those parameters is correctly showing the result we want.
Main Issue (Click Behaviour -> Parameters are lost)
In the moment we use a 'click behaviour' and select 'Go to custom destination' what we would like is to be able to reuse those filter from the dashboard (id, useridtype) to redirect the user to another URL.
e.g. https://something.com.au/users//{{useridtype}}
The above works perfectly in metabase
If you reproduce all the steps, you can easily use the URL (e.g. www.asd.com.au/user/{{useridtype}}) and everything work fine.
The above DO NOT WORK in the iframe
Re-using the same dashboard, but on my website, when i click for the drill-down those parameters are not passed.
What i've tried
- Ensuring all the params are editable from the dashboard
- Ensuring all the params are editable from the query (the widget i click to be redirect to the custom url)
What works?
The only parameters i can include it's the result of the query;