Hello,
I have a measure that I want to link out to an explore with custom filter settings. We have a dev and prod environment setup for our use case. I elected to use something like this:
measure: sum_count_tickets { html: <a href="https://analytics.dev.info/explore/...">{{value}}</a> ;; }
From the html docs, I haven’t seen any way to dynamically set the analytics.dev.info portion based on the environment I am using this. Any suggestions here?