Hi

I am trying to embed queries (or dashboard), using parameters, in my site so anonymous users can see the visualization in my site (without the need to register to redash).

could not find how to do this

Hi,

there is a possibility to use parameters with embedded queries.
You should first enable passing parameters in URL with adding this key in your /opt/redash/.env file (REDASH_ALLOW_PARAMETERS_IN_EMBEDS=“True”) and restart the service.
Then you could send parameters values in URL as (&p_=)

thanks but i already tried this.
queries work with params fine but not in incognito (simulating a guest visitor).
for me it works fine, but anonymously in incognito i get “It seems like the page you’re looking for cannot be found.”

I’m also unable to view any dashboard or embed with parameters for anyone not signed in.