Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HTML integration pass a selection through to QlikView

I am opening an html window containing qlikview within a flash application.

In the QlikView Integration Overview White Paper it states:

"For example, it is possible to pass a selection state (for example a customer ID) from the parent application through to a QlikView application inside the iFrame, allowing QlikView to act on that selection state"

I would like to make a selection in the flash application and have QlikView act on that selection in the html window. Does anyone know how to do this?

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

the IFRAME has a SRC parameter that is a URL which can contain query-string parameters. In this blog article you find valid parameters for a QlikView AJAX application:

AJAX and URL parameters

View solution in original post

4 Replies
petter
Partner - Champion III
Partner - Champion III

the IFRAME has a SRC parameter that is a URL which can contain query-string parameters. In this blog article you find valid parameters for a QlikView AJAX application:

AJAX and URL parameters

Not applicable
Author

So there's no other way besides changing the url?

petter
Partner - Champion III
Partner - Champion III

No - because that is a security measure in effect in the browser actually.

iFrame Integration Example

Not applicable
Author

Thank you