<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Retrieves a Qlik Sense object from the Qlik Sense application in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieves-a-Qlik-Sense-object-from-the-Qlik-Sense-application/m-p/2501060#M21722</link>
    <description>&lt;P&gt;Hi, in order to embbed an object from the Qlik Sense application, what is the difference betweer using the &lt;STRONG&gt;app API&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/capability/#definitions-qapp-entries-getobject:" target="_blank"&gt;https://qlik.dev/apis/javascript/capability/#definitions-qapp-entries-getobject:&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;app.getObject("LB01","uPyZavD");&lt;/LI-CODE&gt;
&lt;P&gt;Or use the &lt;STRONG&gt;visualization API&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/capability/#definitions-qvisualization-entries-show" target="_blank"&gt;https://qlik.dev/apis/javascript/capability/#definitions-qvisualization-entries-show&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var app = qlik.openApp('c31e2aba-3b46-4b13-8b87-c5c2514dea1d');
app.visualization.get('xGhjKl').then(function(vis){
vis.show("QV01");
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 16:09:17 GMT</pubDate>
    <dc:creator>adecora</dc:creator>
    <dc:date>2025-01-13T16:09:17Z</dc:date>
    <item>
      <title>Retrieves a Qlik Sense object from the Qlik Sense application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieves-a-Qlik-Sense-object-from-the-Qlik-Sense-application/m-p/2501060#M21722</link>
      <description>&lt;P&gt;Hi, in order to embbed an object from the Qlik Sense application, what is the difference betweer using the &lt;STRONG&gt;app API&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/capability/#definitions-qapp-entries-getobject:" target="_blank"&gt;https://qlik.dev/apis/javascript/capability/#definitions-qapp-entries-getobject:&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;app.getObject("LB01","uPyZavD");&lt;/LI-CODE&gt;
&lt;P&gt;Or use the &lt;STRONG&gt;visualization API&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/capability/#definitions-qvisualization-entries-show" target="_blank"&gt;https://qlik.dev/apis/javascript/capability/#definitions-qvisualization-entries-show&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var app = qlik.openApp('c31e2aba-3b46-4b13-8b87-c5c2514dea1d');
app.visualization.get('xGhjKl').then(function(vis){
vis.show("QV01");
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieves-a-Qlik-Sense-object-from-the-Qlik-Sense-application/m-p/2501060#M21722</guid>
      <dc:creator>adecora</dc:creator>
      <dc:date>2025-01-13T16:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieves a Qlik Sense object from the Qlik Sense application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieves-a-Qlik-Sense-object-from-the-Qlik-Sense-application/m-p/2501063#M21723</link>
      <description>&lt;P&gt;I think the difference is getObject is synchronous, including waiting for the object and showing it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;visualization.get is asynchronous.&lt;/P&gt;
&lt;P&gt;The recommended approach going forward is to use the &lt;A href="https://qlik.dev/embed/" target="_blank" rel="noopener"&gt;qlik-embed&lt;/A&gt; library rather than the capability APIs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieves-a-Qlik-Sense-object-from-the-Qlik-Sense-application/m-p/2501063#M21723</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-01-13T16:22:04Z</dc:date>
    </item>
  </channel>
</rss>

