Hi community!
I was digging the Looker community forum and documentation (also the one regarding Visualization API on gihub.com) and I could not find any information on the possibility of interacting with the dashboard query by action done within custom visualization. How I imagine it:
by clicking certain button in my custom visualization I am able to apply filters on the query for whole dashboard (not only for given visualization). Is something like this possible?
If you want to create a button that changes filters, I have managed to make that work. In the code below, you have to remove the four “-” characters, I had to put those in so that the text does not get reformatted. Next, replace “DashId” with your dashboard’s id, and add the filter conditions that you want to set up.
your answer is ultra insightful, thank you for that. Yesterday I spoke with Tim from the customer love department and we came into conclusion, that this issue should be flagged as “related to cross-filtering using custom visualization”. This truly answers my question asked above and it works perfectly as a workaround to what Tim told me.