<?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 How to export tables using javascript in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1690843#M12581</link>
    <description>&lt;P&gt;Im totally newbie in Qliksense. I need to export so many tables in a only turn. My idea is create a extension using javascript, where&amp;nbsp; I reference all my tables in the code, and create a button. When I click on the button, all my tables will be exported in my directory C in xlsx&amp;nbsp; or csv format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to&amp;nbsp; use the exportMethod, but I dont know how to reference my tables. I have no idea how to go on. Please, anyone has something like this to share?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:47:47 GMT</pubDate>
    <dc:creator>gugags6</dc:creator>
    <dc:date>2024-11-16T02:47:47Z</dc:date>
    <item>
      <title>How to export tables using javascript</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1690843#M12581</link>
      <description>&lt;P&gt;Im totally newbie in Qliksense. I need to export so many tables in a only turn. My idea is create a extension using javascript, where&amp;nbsp; I reference all my tables in the code, and create a button. When I click on the button, all my tables will be exported in my directory C in xlsx&amp;nbsp; or csv format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to&amp;nbsp; use the exportMethod, but I dont know how to reference my tables. I have no idea how to go on. Please, anyone has something like this to share?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1690843#M12581</guid>
      <dc:creator>gugags6</dc:creator>
      <dc:date>2024-11-16T02:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export tables using javascript</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1836645#M15582</link>
      <description>&lt;P&gt;Ping! I'm not clear on this either. Any help here?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1836645#M15582</guid>
      <dc:creator>donk</dc:creator>
      <dc:date>2021-09-16T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export tables using javascript</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1836845#M15585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your extension, you should be able to use the `Visualization API` table property returned in the visualization model, ex:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const app = qlik.currApp(this);
app.visualization.get('your_table_visualization_id').then(visModel =&amp;gt; {
  visModel.exportData({ format: 'OOXML', state: 'A' });
});&lt;/LI-CODE&gt;&lt;P&gt;doc link &amp;gt;&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/capabilities#%23%2Fdefinitions%2FQVisualization%2Fentries%2FexportData" target="_blank"&gt;https://qlik.dev/apis/javascript/capabilities#%23%2Fdefinitions%2FQVisualization%2Fentries%2FexportData&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 05:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1836845#M15585</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2021-09-17T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to export tables using javascript</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1837005#M15586</link>
      <description>&lt;P&gt;Thank you. I might be in the wrong section. I want to do this in a Qlik View extension and this looks like it's only for Qlik Sense. Is there a similar API I can use in Qlik View?&lt;/P&gt;&lt;P&gt;From an extension I would like to be able to access data in a table or list in CSV format to pass to an external API.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 12:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-export-tables-using-javascript/m-p/1837005#M15586</guid>
      <dc:creator>donk</dc:creator>
      <dc:date>2021-09-17T12:58:47Z</dc:date>
    </item>
  </channel>
</rss>

