Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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:
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:
So there's no other way besides changing the url?
No - because that is a security measure in effect in the browser actually.
Thank you