Trying to figure out how to drill through to a dashboard or a look (ideally a look). I couldn’t get my look to work at all. I was able to semi get it to drill through to a dashboard though using this code. I can’t figure out how to pass the parameter warehouse_id through though. I hardcoded JFK7, but ideally it would be based on the dimension warehouse_id
a href="/dashboards/294?warehouse_id=JFK7">{{ value }}
Ideally something like
a href="/dashboards/294?warehouse_id=warehouse_id">{{ value }}