Hi Experts,
I have two different Looks (visualizations) which show two different KPIs. I want to create a button (with Text and Color) to toggle between the two Looks.
Can someone please help on that how to pass the two URLs in a HTML?
I guess Button can either be through or Text or Dimension.
Regards!
Hi @DickyMohanty
Would you want to do this in an embed application or within Looker? For the latter, you could create two single tile dashboards and the only query tile on each one would be the Look. You could create a text tile similar to the one listed here and the user could click the link in the text tile to be redirected from the first dashboard to the second dashboard and vice versa.
krishpotluri outlines a great HTML pattern here. You would just need to create the identical text tiles on both dashboards, and have the link direct the user to the other dashboard.
Please let me know if you have any questions.
Thanks,
Eric
@Eric_Lyons ,
Appreciate the response. I would certainly go through the links mentioned by you and will revert with updates.
Also, as of now, I am trying to build in Looker itself. But later I have plans to embed the visualizations on a different platform. Wondering, if we can embed those buttons as well.
Regards!