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

Webpage viewer for QlikSense?

Hi all,

I am new to Qlik Sense. I found a extension for QlikView to view webpages. Is there any similar extension for Qlik Sense?

Thanks in advance.

13 Replies
reddy-s
Master II
Master II

Hi Mercedes,

I am not sure if this is existing in Qlik branch yet. But its not difficult to achieve this using an extension.

Just as a example you can use something like this:

HTML :

<input id='url' type="text" name="firstname">

<button id = 'go' type="button">Go</button>

<iframe id='wContainer' src="http://www.google.com" ></iframe>


Javascript:


$('#go').click(function(){

   $('#wContainer').attr('src', $('#url').val());

})

So this will help you render any web page into your sense app.

Thanks and Regards,

Sangram.

reddy-s
Master II
Master II

Forgot mention: add css to improve the look and feel of the entire extension.

Not applicable
Author

Hello Sangram,

Thanks for your reply. This extension was already developed by swr and works really good. Its even shared in GitHub https://github.com/stefanwalther/sense-media-box

My recent comment was:

I have recently tested "Sense Media Box" and it works nicely as a webpage viewer for QlikSense Desktop, congrats. It would be great if the extension had the "expand" native functionality every other extension has to enlarge the window temporarily. Unfortunately I personally don't have the programming skills to develop it myself, even with instructions. Could anyone out there be interested in developing it for us ?

Screen Shot 2016-04-19 at 11.17.56.jpg

ignasdukynas
Partner - Contributor III
Partner - Contributor III

Hello

How does this extension work? It does not display address. I tried:
https://community.qlik.com/

https://www.community.qlik.com/

www.community.qlik.com/

None of them work.

Thank you for the help.