Replacind information with images

Hi,

 

I am trying to replace the name of the client with their logo in my domo card table, but so far no luck. I tried a beast case calculation but to no avail.

I also created a domo card with their image to see if that helped.

Any help would be appreciated it.

thanks

Comments

  • Hi @gotex 

     

    You can do this with a beast mode and some HTML magic. You'd need to have the URL as part of your dataset (or could conditionally set it in a beast mode but that's not as clean and harder to maintain).

     

    CONCAT('<IMG src="', `URL`, '">')

     

    What beast mode were you using? What issues did you run into? 

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Thanks. I created a domo card with the image  (since I hade them in a folder) and use the scr of that image using the formula suggested in previous post.

     

    THANKS!!!

This discussion has been closed.