Note from our Docs team: Starting in 4.18, you can use Liquid variables to pass a query’s filter values into linked queries, dashboards, and Looks, please see this page in our documentation.
Is it possible to link from one dashboard to another (via any means - html/drill menus) and pass through not only the field selected, but also another parameter e.g. date filter.
In the case of html linking, we have something like this:
sql: ${TABLE}.username
html: |
<span style="white-space: nowrap">{{ linked_value }}
<a href="/dashboards/common/user_list?username={{ value | url_encode }}&ReportPeriod=30+days+ago+for+30+days"><img src="/images/qr-graph-line@2x.png" height=20 width=20> </a></span>```
could we replace the hard-coded 30+days+ago+for+30+days with the date range that had been selected on the initial source dashboard?