<?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: exportImg() not working after update to November 2019 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1666317#M12138</link>
    <description>&lt;P&gt;Awesome! Thank you for the update!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 15:13:19 GMT</pubDate>
    <dc:creator>dselgo_eidex</dc:creator>
    <dc:date>2020-01-16T15:13:19Z</dc:date>
    <item>
      <title>exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653268#M11918</link>
      <description>&lt;P&gt;Hello. I use the Visualization API to render charts in a mashup and I have not been able to get the exportImg method working ever since I upgraded from April 2019 to November 2019. In my mashup I create a qViz object and then call exportImg on it when the user hits a button. This was working fine up until we upgraded Qlik Sense a week ago. I've done some troubleshooting and the problem appears to be in the qlik-module.js file.&lt;/P&gt;&lt;P&gt;I follow the method used in the example here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/exportImg-method.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/exportImg-method.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Whenever I try to use the exportImg() method I receive the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;TypeError: Cannot read property 'qInfo' of undefined
    at e (qlik-module.30dee5929df163f57068.js:8)
    at Object.e [as printObject] (qlik-module.30dee5929df163f57068.js:8)
    at Object.m [as requestDownloadExternal] (qlik-module.30dee5929df163f57068.js:8)
    at d.exportImg (qlik-module.30dee5929df163f57068.js:8)
    at ExportFileModal.&amp;lt;anonymous&amp;gt; (4.93cf436b595543eeedb5.js:1)
    at l (vendor.93cf436b595543eeedb5.js:1)
    at Generator._invoke (vendor.93cf436b595543eeedb5.js:1)
    at Generator.e.&amp;lt;computed&amp;gt; [as next] (vendor.93cf436b595543eeedb5.js:1)
    at asyncGeneratorStep (4.93cf436b595543eeedb5.js:1)
    at s (4.93cf436b595543eeedb5.js:1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added a break point where the error was being generated (qlik-module.30dee5929df163f57068.js:formatted:38825) and saw the problem is occurring when some function is trying to get the layout defined in the model of the qViz:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="imgExport_1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24752i30F2130DD52982B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="imgExport_1.PNG" alt="imgExport_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the qVis before calling exportImg():&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="imgExport_2.PNG" style="width: 531px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24753i5EB890DF13001884/image-size/large?v=v2&amp;amp;px=999" role="button" title="imgExport_2.PNG" alt="imgExport_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It appears that the properties of the model are getting mixed up and placed in the id property. I don't believe I am doing anything wrong, but has anyone else experienced this problem with the November 2019 release?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653268#M11918</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2024-11-16T03:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653467#M11925</link>
      <description>&lt;P&gt;I've seen a similar thing that may have the same underlying cause.&amp;nbsp; See my post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Nov-2019-release-right-click-from-mashup-stopped-working/m-p/1648256#M48315" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Nov-2019-release-right-click-from-mashup-stopped-working/m-p/1648256#M48315&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I logged a support request with Qlik and they have verified the problem.&amp;nbsp; I am currently waiting for an initial response from the team it was assigned to.&lt;/P&gt;&lt;P&gt;As an interim fix, I have rolled back to the Jun-SR1 release as it is the last one that I know worked.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653467#M11925</guid>
      <dc:creator>robinrouleur</dc:creator>
      <dc:date>2019-12-03T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653500#M11927</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_11" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36443" target="_self"&gt;Robinrouleur&lt;/A&gt;&amp;nbsp;said, this is a bug we are aware of and looking at.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Patrik.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653500#M11927</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2019-12-03T09:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653620#M11928</link>
      <description>&lt;P&gt;Do you have any idea on when it might be fixed? In the meantime we might have to downgrade to June 2019 as well.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653620#M11928</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2019-12-03T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653633#M11929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I don't have any update for now, just that it's being looked at to find the cause of it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Patrik.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1653633#M11929</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2019-12-03T14:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1654476#M11952</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Short update, the root cause has been found and the bug is being tracked as QB-600. If possible contact support and have them attach your case to this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Patrik.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 09:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1654476#M11952</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2019-12-05T09:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1654660#M11956</link>
      <description>&lt;P&gt;Thank you for the update on this. I updated our support ticket with that information.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 15:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1654660#M11956</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2019-12-05T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1666208#M12134</link>
      <description>&lt;P&gt;Hopefully the last update.&lt;/P&gt;
&lt;P&gt;The issue was fixed in November Patch 3 that was released yesterday.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Patrik.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 12:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1666208#M12134</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2020-01-16T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg() not working after update to November 2019</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1666317#M12138</link>
      <description>&lt;P&gt;Awesome! Thank you for the update!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-not-working-after-update-to-November-2019/m-p/1666317#M12138</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2020-01-16T15:13:19Z</dc:date>
    </item>
  </channel>
</rss>

