How to hyperlink values in a Mega Table

I have a dataset I am showing in a Mega Table, which contains URLs. I'd like to hyperlink the URLs so the user can click on them and go to the site. Is there a way to do this? I've been trying to following this suggestion: https://domohelp.domo.com/hc/en-us/articles/360043430033-Adding-Graphics-Links-and-Images-to-Table-Cards-Using-Beast-Mode - but it isn't working...

Thanks.

Tagged:

Best Answer

  • mhouston
    mhouston Contributor
    Answer ✓

    @User_32265 you're missing a " in your formua after src=.


    Try this:

    CONCAT('<div style="text-align:center"><img height="5px" src="',`Image # 1 Actual Content`,'">','</div>')


    Also - 5 px is going to be really small, you probably need to increase that to be able to actually see the image.

Answers