Hi! I’m just a beginner and forgive me if I use terms incorrectly.
I know we can set hyperlinks in lookML, but not sure how to do it in SQL Runner.
I just googled and found there is a way to concat like
‘<a href="www.urlxxx.com/profile_id=’ || profile.id || ‘>XXX’
But in the SQL Runner result just shows
<a href="www.urlxxx.com/profile_id=profile.id>XXX
not as a hyperlink.
*I don’t have Developer mode authorization (I’m just a business user).
Thank you so much!