Hi,
I have a column “URL” in my table with a full URL (e.g.: https://example.com). I’d like to redirect the user to that URL whenever they click on a scatterplot.
I tried implementing this using the “Click behavior” functionality, but it didn’ work. If I link to “{{URL}}” and click on the plot, redirects me to “http://my-metabase-instance.com/https://example.com”. In other words, it encodes my variable as a relative URL.
Is it possible to link to absolute URLs? How?
I’m using the lastest Metabase on Metabase Cloud.
Best,
Vitor.