Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
NickP_DF
Creator II
Creator II

Link to an image in HTML object

Hello guys,

I need to let the user to click a link in a HTML exported object: in the QV table the expression set is:

='Click here<url>' & PathFile & ''

and it works properly, but in the HTML exported object it appears like an underlined text (such as a link), but it isn't clickable. 

NickP_DF_0-1652863474128.png

What's wrong with me?

Thanks.

N.

 

Labels (1)
2 Replies
smith11484
Contributor II
Contributor II

To use image as a link in HTML, use the <img> tag as well as the <a> tag with the href attribute. The <img> tag is for using an image in a web page and the <a> tag is for adding a link. Under the image tag src attribute, add the URL of the image. With that, also add the height and width.

Surge Card Info

NickP_DF
Creator II
Creator II
Author

Thank you for the reply: would you mind give me an example of the table expression to achieve in the exported HTML object what you are suggesting?

Thank you so much.

N.