Hiding parameters in UI

Hi there!

I was curious if there was a setting to hide the dashboard parameters.

My use case involves building the Metabase URL based on the users IP address. We use iframes to then display the data but the user ideally shouldn’t select another parameter.

Thanks for your thoughts and suggestions!

I believe https://metabase.com/docs/latest/administration-guide/13-embedding.html#embedding-charts-and-dashboards-with-locked-parameters is what you are looking for.

In addition you will need some server side logic as given under Reference applications on that same admin guide page.

Thanks @jornh, that’s exactly what I was looking for.

Appreciate your help!