Discussion Board for collaboration related to QlikView App Development.
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.
What's wrong with me?
Thanks.
N.
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.
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.