Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Interactive URL in a table/report

Hello, I have alist of products with the belonging URL with information about the products.

I would like to present this information clickable in a Qlikview report.

How can I do this?

1 Solution

Accepted Solutions
Not applicable
Author

Use an expression in a chart, with Representation = Link:

Capture.PNG.png

View solution in original post

5 Replies
Not applicable
Author

Use an expression in a chart, with Representation = Link:

Capture.PNG.png

fred_s
Partner - Creator III
Partner - Creator III

Hi Michaela,

In addition to Juans answer:

=Artdescr & '<url>http://www.website.com?artid=' & Artno

Not applicable
Author

Unfortunately, when setting the Representation = Link, the link is not clickable online.

I am using this expression:

='https://admin.kieskeurig.nl/productcatalogproduct.html?id='  & missingimageprod_id

Not applicable
Author

Try using something like this:

=ProductName & '<url>https://admin.kieskeurig.nl/productcatalogproduct.html?id='  & missingimageprod_id



fred_s
Partner - Creator III
Partner - Creator III

1. Without ProductId, it's showing me a "Authorization required" Login Box.
Are you allowed to request this URL?

2. Maybe the problem is the httpS.
Any possibilities to use the URL on http?

3. Tried this one?
=missingimageprod_id & '<url>https://admin.kieskeurig.nl/productcatalogproduct.html?id='  & missingimageprod_id