I have a table with several columns, one of them is account_id and another one is account_name
I can easily use the visualization editor to format the account_id so that it shows up as a URL i need for example:
HTTP://myurl.{{ @ }}/view and on the visualization, you see the account_id text, when you click on it it takes you to the correct url

but what I’m trying to do is have the account_Name text, and use the account_id as a variable for the URL… is this possible?

Yep, totally possible. Just set your Text Template to {{ account_name }} in the visualization editor.

Welcome to the forum!

2 Likes