<?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 Excel automatic extrapolation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607034#M507462</link>
    <description>&lt;P&gt;Hi, i want every day my Qlikview table will be export in excel automatically, and will be save in a directory.&lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 13:32:32 GMT</pubDate>
    <dc:creator>danosoft</dc:creator>
    <dc:date>2019-07-29T13:32:32Z</dc:date>
    <item>
      <title>Excel automatic extrapolation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607034#M507462</link>
      <description>&lt;P&gt;Hi, i want every day my Qlikview table will be export in excel automatically, and will be save in a directory.&lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607034#M507462</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-07-29T13:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel automatic extrapolation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607054#M507463</link>
      <description>&lt;P&gt;Straightforward ways - you need nprinting or similar like CIA report manager.&lt;/P&gt;&lt;P&gt;Alternative ways - you can save as csv from script. or try experimenting with Macros&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Macros/ta-p/1494530" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Macros/ta-p/1494530&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607054#M507463</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-29T13:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel automatic extrapolation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607080#M507466</link>
      <description>&lt;P&gt;&amp;nbsp;Hi, thanks for reply, i haven't nprinting, can be ok saving with CSV, but i need before i save in CSV do some filter, like filter the table for current month and year&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607080#M507466</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-07-29T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel automatic extrapolation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607084#M507469</link>
      <description>&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;You will need to resident load the data into a temp table with where clause you want year month etc.&amp;nbsp; (make sure you set no concatenate )&lt;/P&gt;&lt;P&gt;then&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-field"&gt;STORE&lt;/SPAN&gt; &lt;SPAN class="hljs-field"&gt;MyTempTable&lt;/SPAN&gt; &lt;SPAN class="hljs-field"&gt;INTO&lt;/SPAN&gt; ..\&lt;SPAN class="hljs-field"&gt;Ouptut&lt;/SPAN&gt;\&lt;SPAN class="hljs-field"&gt;MyCSVFile&lt;/SPAN&gt;.&lt;SPAN class="hljs-field"&gt;csv&lt;/SPAN&gt; (&lt;SPAN class="hljs-field"&gt;txt&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;delete temp table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607084#M507469</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-29T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel automatic extrapolation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607092#M507472</link>
      <description>&lt;P&gt;D_caprelli,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;look at this:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" target="_blank" rel="noopener"&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;i hope that helps or you can extend your knowledge by that&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-automatic-extrapolation/m-p/1607092#M507472</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2019-07-29T15:06:28Z</dc:date>
    </item>
  </channel>
</rss>

