How to hide variable input filed

Hi everybody,

I'm just exploring Metabase for a few days and testing the variable parameters for the question. I'm able to pass the variables to the public URL but the input field is still there on the question.

Is it possible to hide that field when sharing? I've attached a photo for reference.

Thank you.

Hi @loctranp
You can hide parameters via the URL:
https://www.metabase.com/docs/latest/administration-guide/12-public-links.html#assigning-values-to-filters-or-hiding-them-via-the-url
Or use Embedding together with a Locked parameter if you need it to be secure:
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html

Thanks @flamber for your advice. I tried adding #hide_parameters=country_var but it's still there, so I'm not sure I'm doing it the right way. :sweat_smile:

My sharing URL: https:/mydomain.com/public/question/2f8253a8-76be-42c5-a732-5e6d4926d7eb?var=__#hide_parameters=country_var

/Edit: nvm I did it. I should put the variable name in the URL, not the label.