Is there a way to dynamically pass filter values for public tables and visualizations that are embedded via iframe?
e.g. I’d like to embed a visualization with two filters: city and gender.
On one page of my public website, I’d like to filter the city to NYC and the gender to male, so I’d want the source url for my iframe to be something along the following lines: mylookerinstance.com/looks/sjdbcjdbjAnDnXnE?cityfilter=NYC&genderfilter=male
On another page, I’d want the embed to show data where city is Cincinnati and gender is female, so it would look like this:
mylookerinstance.com/looks/sjdbcjdbjAnDnXnE?cityfilter=cincinnati&genderfilter=female