Hi,

I’m trying to display an embedded query visualization and I’d like the visualization to take account of a parameter value.

This work for the original query fine, e.g.:

/queries/181?p_myparam=VALUE#table

If I change VALUE to something else, then the query results get updated appropriately.

If I however create an embedded visualization, I have a URL like:

/embed/query/181/visualization/250?p_myparam=VALUE

But now, the results never change when I pass different VALUE’s.

I’ve tried adding &maxAge=0 to the query, and I’ve set the REDASH_ALLOW_PARAMETERS_IN_EMBEDS environment variable to “TRUE” but had no success.

Has anyone got this working?

I’m using Redash 1.03+b2850

Thanks