<?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 Export Data From Container in Mashup in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Export-Data-From-Container-in-Mashup/m-p/2122663#M91385</link>
    <description>&lt;P&gt;Is there a way to export/download table data from a container if the container or sheet is embedded in a mashup? I know it is possible in the native Qlik Cloud environment by right clicking on the table within the container, then "Table" &amp;gt; "Download"&amp;gt;"Data", but I can't get it to work when the container or the sheet is embedded on another site-- the option isn't in the right click menu.&lt;/P&gt;
&lt;P&gt;I'm using the native Qlik Container and trying to export/download data from container objects (a Table and a Pivot Table).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 20:27:19 GMT</pubDate>
    <dc:creator>kaseym</dc:creator>
    <dc:date>2023-09-26T20:27:19Z</dc:date>
    <item>
      <title>Export Data From Container in Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Export-Data-From-Container-in-Mashup/m-p/2122663#M91385</link>
      <description>&lt;P&gt;Is there a way to export/download table data from a container if the container or sheet is embedded in a mashup? I know it is possible in the native Qlik Cloud environment by right clicking on the table within the container, then "Table" &amp;gt; "Download"&amp;gt;"Data", but I can't get it to work when the container or the sheet is embedded on another site-- the option isn't in the right click menu.&lt;/P&gt;
&lt;P&gt;I'm using the native Qlik Container and trying to export/download data from container objects (a Table and a Pivot Table).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 20:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-Data-From-Container-in-Mashup/m-p/2122663#M91385</guid>
      <dc:creator>kaseym</dc:creator>
      <dc:date>2023-09-26T20:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Data From Container in Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Export-Data-From-Container-in-Mashup/m-p/2122697#M91386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247978"&gt;@kaseym&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the Table API on Qlik for that.&lt;/P&gt;
&lt;P&gt;In your JS Code use this:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;	app.getObject('QV1-01', 'KnPft').then(function (reply) {
		$('#export-data-QV1-01').click(function () {
			var qTable = qlik.table(reply);
			qTable.exportData({ download: true });
		});
	});&lt;/LI-CODE&gt;
&lt;P&gt;Where KnPft is your table object in Qlik.&lt;/P&gt;
&lt;P&gt;And on the&amp;nbsp; HTML button you call this id:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a class="br-button" href="#" id="export-data-QV1-01"&amp;gt;
&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can check the ExportData Documentation too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/TableAPI/exportData-method.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/TableAPI/exportData-method.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if it helps.&lt;/P&gt;
&lt;P&gt;-Zapparoli&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 23:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-Data-From-Container-in-Mashup/m-p/2122697#M91386</guid>
      <dc:creator>Zapparoli</dc:creator>
      <dc:date>2023-09-26T23:15:31Z</dc:date>
    </item>
  </channel>
</rss>

