/dynamicHTMLiFrame

Allows dynamic content to be called from other web based programs.

Primary LanguageJavaScript

Qlik Sense Dynamic HTML iFrame window

This is a simple iFrame window that allows you to construct a dynamic URL to an external web service. A good example of this is connecting to the Windy.tv map service with the latitude longitude being passed dynamically based on selections in the application (See the example gif and the example QVF included in the Git download)




Points to note

  • You need to understand how to construct the dynamic string for the URL, see example application included with $(..) sections where the dynamic content is added
  • The end format of the URL you enter should look like ='https://www.abc.com/...'
    Please note the = sign and the single quotes around the URL.