You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to fix values and hide a few filters in a dashboard I'm attempting to embed into a single page app. I can confirm that if I manually produce a URI with something like filter1=value1&filter2=value2&hide_filter=filter1&hide_filter=filter2 I get the desired result. However, I'm struggling to do this via the EmbedBuilder due to the fact that the _params: UrlParams type doesn't allow repeat keys or an interable value that could be mapped to the necessary multiple hide_filter url param key value pairs.
Is there another suggested way for adding multiple hidden filters? If not, I'd be happy to submit a PR attempting to add such functionality.
The text was updated successfully, but these errors were encountered:
I'd like to fix values and hide a few filters in a dashboard I'm attempting to embed into a single page app. I can confirm that if I manually produce a URI with something like
filter1=value1&filter2=value2&hide_filter=filter1&hide_filter=filter2
I get the desired result. However, I'm struggling to do this via theEmbedBuilder
due to the fact that the_params: UrlParams
type doesn't allow repeat keys or an interable value that could be mapped to the necessary multiplehide_filter
url param key value pairs.Is there another suggested way for adding multiple hidden filters? If not, I'd be happy to submit a PR attempting to add such functionality.
The text was updated successfully, but these errors were encountered: