analytics/sheet

qlik-embed web-component element for embedding a sheet from a Qlik Analytics (Sense) application.

Note: Supports sheets containing only nebula.js visualizations. How you will know that? What’s a little mystery in your life? If the sheet doesn’t display any content in your web application, then it contains a legacy visualization.

      <qlik-embed
        ui="object"
        app-id="<APP_ID_FROM_QLIK_ANALYTICS>"
        theme="<NAME_OF_THEME>"
        object-id="<SHEET_ID_FROM_APP>"
        context:json="{theme:'<THEME_NAME>', language:'<LANGUAGE>' interactions:{select: false, edit: false}}"
      ></qlik-embed>

ON THIS PAGE

Was this page helpful?