How to create a graphic link

Options

Hello,

I am trying to create a graphic link that will direct a user in Domo to a specific card in Domo by clicking on the graphic. I was wondering how to create this

Thanks

Best Answer

  • MarkSnodgrass
    Answer ✓
    Options

    You can do this with a story/dashboard page.

    • When you are on a page, click on the wrench in the top right corner and then choose Design Dashboard.
    • In the Dashboard Editor, drag Add Image into the content area.
    • Select your image.
    • Click on the pencil and choose Change Interaction.
    • Select Link to Anything in Domo and select the card you want to link to.


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Answers

  • GrantSmith
    Options

    Hi @user06209

    There's two ways of doing this. The first is to create an image card on your dashboard and then change the interaction type to link to something within Domo selecting the page you want to go to.

    The other is to utilize HTML code in a beast mode to make a hyperlink with an image. The first option is the easier and cleaner option if you're wanting to do it on a dashboard page. If you have a list of items you want to make into a link then the HTML table option would be your better bet.

    CONCAT('<A HREF="[YOUR LINK HERE]"><IMG SRC="', `url_to_image`, '"/></A>') 
    
    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • MarkSnodgrass
    Answer ✓
    Options

    You can do this with a story/dashboard page.

    • When you are on a page, click on the wrench in the top right corner and then choose Design Dashboard.
    • In the Dashboard Editor, drag Add Image into the content area.
    • Select your image.
    • Click on the pencil and choose Change Interaction.
    • Select Link to Anything in Domo and select the card you want to link to.


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.