Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Embed QlikView app in Web Page

We have to build a Web page using Django/html-css and embed QlikView app in Web page.

I  embedded qlikview app in the web page using <iframe>. But the purpose of this integration of QlikView in webpage is to pass the CurrentSelections of QlikView to Webpage, where the CurrentSelections can be used for other purposes.

Please guide me on how this can be achieved. I'm very new to QlikView, have been googling last couple of days and reading through every material didn't get much information. I have tried reading CurrentSeletioon values by using JS GetSleetced. contentWindow etc options, but it wont work.

Please help. Thanks for your time

5 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi ,

1. Create a variables and store the current selections.

2. Create a button event/trigger to pass that to your web page by opening a URL option.

Note: This will work if the selection are few/ default selections.

Not applicable
Author

Thanks for your reply.

Can you please tell me by create variable you mean in Java script or

qlikview.

I m a newbie in qlikview

Have been following docs but they do not have much infor for how to pass

current selections.

I need to get the current selections and pass the same to another report in

cognos

On Wednesday, May 4, 2016, Krishnapriya Arumugam <qcwebmaster@qlikview.com>

krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi

1. Create Variables in Qlikview to assign the current selections. For each field you need to create separate variable.

2. Create a URL with Parameters. the passed parameters should be accepted in web.

3. Create a button with action to open a URL which you created in step 2.

Not applicable
Author

Thanks Krishnapriya Arumugam,

It has to be dynamic. We need to do this for couple of qlikview app's on the webpage.

If we modify the currentselections, the new selections should be passed to Cognos.

Can you please guide me , if this is achievable

krishnacbe
Partner - Specialist III
Partner - Specialist III

Yes the selections are dynamic but you should limit the parameters that you are passing.

Challenge will be the URL size should not grow and you need to have some SAML query while passing the parameter into Cognos.

Current selections values should be placed in Variables and it will change automatically.

Will share you some sample qvw shortly.