I have a funnel dashboard that measures the conversion across the major steps of our user journey. There are a bunch of filters in this dashboard. Let's call this dashboard "A".
There's another dashboard that measures the second level conversion, i.e., conversion rate across the sub-steps between each major step of dashboard A. Let's call this dashboard "B". It has the same filters as the dashboard A.
I want to build a dynamic link in dashboard A that takes me to dashboard B and automatically applies the same filters that were being used in A. This sounds a pretty classic solution for link parameter using Liquid syntax but that's not the case here since the link is not to be created for a particular dimension field. I need a single link on dashboard A that takes me directly to dashboard B.
My first thought was exploring the Buttons option but I couldn't get far. It didn't seem to support the Liquid style parametrization.