<?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 Re: Mashup unable to show chart using OpenAPP API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-unable-to-show-chart-using-OpenAPP-API/m-p/1606818#M11039</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to load the API before using it. Check the example devlivered with the product:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Mashups/Content/Sense_Mashups/Examples/mashup-code-examples.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Mashups/Content/Sense_Mashups/Examples/mashup-code-examples.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;an easy way to get started is the mashup editor:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/MashupEditor/mashup-editor-overview.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/MashupEditor/mashup-editor-overview.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 06:13:44 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2019-07-29T06:13:44Z</dc:date>
    <item>
      <title>Mashup unable to show chart using OpenAPP API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-unable-to-show-chart-using-OpenAPP-API/m-p/1606801#M11038</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a simple mashup code to open a chart of specific application and show it in div area of HTML code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;#Mydiv{&lt;BR /&gt;height:400px;&lt;BR /&gt;width:500px;&lt;BR /&gt;background-color:#98AFC7;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div id="Mydiv"&amp;gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;var config = {&lt;BR /&gt;host: window.location.hostname,&lt;BR /&gt;prefix: "/",&lt;BR /&gt;port: window.location.port,&lt;BR /&gt;isSecure: window.location.protocol === "https:"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;var app = qlik.openApp('56d706ec-17c9-4875-a84d-750cd3a917da',config);&lt;BR /&gt;app.getObject('Mydiv','JpNbYk');&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After opening this app HTML file the output does not show anything. Let me know if anything is wrong with above code. Please find the attached error which i see in developer tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&amp;nbsp;@Anonymous&amp;nbsp;@Anonymous&amp;nbsp;@Anonymous&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6532"&gt;@Yianni_Ververis&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37331"&gt;@MohammedMustaq&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-unable-to-show-chart-using-OpenAPP-API/m-p/1606801#M11038</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2024-11-16T05:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup unable to show chart using OpenAPP API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-unable-to-show-chart-using-OpenAPP-API/m-p/1606818#M11039</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to load the API before using it. Check the example devlivered with the product:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Mashups/Content/Sense_Mashups/Examples/mashup-code-examples.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Mashups/Content/Sense_Mashups/Examples/mashup-code-examples.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;an easy way to get started is the mashup editor:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/MashupEditor/mashup-editor-overview.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/MashupEditor/mashup-editor-overview.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 06:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-unable-to-show-chart-using-OpenAPP-API/m-p/1606818#M11039</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-29T06:13:44Z</dc:date>
    </item>
  </channel>
</rss>

