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: 
twanqlik
Creator
Creator

Load HTML pages + show expressions on the URL's of the HTML pages

I was wondering if it is possible to show HTML pages in Qlik Sense and also link expressions to objects in this HTML page.

See below for an example what i'm trying to achieve:

1 Load an email in HTML format, this email will contain links.

2 Load a table with a value per link

3 Show the email in a dashboard, and show next to each link the value from the table

The emails will be dynamic, so the position of the link and also the number of links will vary.

Is this possible in Qlik Sense?

Email - edit.PNG

4 Replies
twanqlik
Creator
Creator
Author

Nobody?

Ralf_Heukäufer
Partner - Creator III
Partner - Creator III

Hello,

I think what you want is only possible with the Mashup Editor in Qlik Sense.

Here you can create your own Website based on Qlik Sense Data.

Another possibility is, that you search in the Qlik Branch for an Extension to show IFrames or HTML Code like:

HTML Box for Sense

or

Dynamic URL iFrame Window

Or what you need for your Case.

twanqlik
Creator
Creator
Author

I've looked at the extensions and to me it seems that they are more used to load HTML code with the editor in your sheet.

However, i'm not able to load the data each time via the editor in an sheet, that is because each email is different.

For example, I've more than 100 emails and i need to be able to link the emails to an index so that the user can select in a menu the email.

Ralf_Heukäufer
Partner - Creator III
Partner - Creator III

Then you can use perhaps the Qlik Branch Media Box for Qlik Sense.

I have created a short Testapp by my own.

In my Loadscript:

HTML_Sites:

LOAD * INLINE [

Name,HTML-Site

Mediabox, 'http://branch.qlik.com/#!/project/57a0b25204177e48f38a8031'

Qlik, 'https://www.qlik.com/de-de/'

Qlik Branch, 'http://branch.qlik.com/#!/project'

];