<?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 Limit Table Download in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420071#M8790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to limit the number of rows that are downloaded from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tabel is created "on the fly" via app.visualization.create('table',...) and the download is initiated via table.exportData(...).&lt;/P&gt;&lt;P&gt;Therefore I see two potential working points for limiting the number of rows, the table object itself and the exportData function. However I could not figure out how to implement this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now I just dump the complete download in a Blob and get rid of the unnecessary rows there. However when the Dataset is large this becomes a performance issue, so I really would like to get rid of the abundant rows before initiating the download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone some advice on how to takle this issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 13:02:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-18T13:02:12Z</dc:date>
    <item>
      <title>Limit Table Download</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420071#M8790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to limit the number of rows that are downloaded from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tabel is created "on the fly" via app.visualization.create('table',...) and the download is initiated via table.exportData(...).&lt;/P&gt;&lt;P&gt;Therefore I see two potential working points for limiting the number of rows, the table object itself and the exportData function. However I could not figure out how to implement this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now I just dump the complete download in a Blob and get rid of the unnecessary rows there. However when the Dataset is large this becomes a performance issue, so I really would like to get rid of the abundant rows before initiating the download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone some advice on how to takle this issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420071#M8790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Table Download</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420072#M8791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can't you use WHERE at the end of the load before the export ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420072#M8791</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-18T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Table Download</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420073#M8792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks for your response, but could you please elaborate what you mean with end of load?&lt;/P&gt;&lt;P&gt;Are you refereing to the load script of the underlying qlik application?&lt;/P&gt;&lt;P&gt;That would unfortunately not help me as I am performing the download on the client side.&lt;/P&gt;&lt;P&gt;Or is there a way I can use it within js?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420073#M8792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T14:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Table Download</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420074#M8793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i was talking about the script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't know if you can do it within Js.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Limit-Table-Download/m-p/1420074#M8793</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-18T14:22:24Z</dc:date>
    </item>
  </channel>
</rss>

