<?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 Reading data from qvd to xls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595818#M1093330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone please let me know if it is possible to read the data from qvd and store the same in xls.If yes, please let me know how this could be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 09:29:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-05T09:29:50Z</dc:date>
    <item>
      <title>Reading data from qvd to xls</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595818#M1093330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone please let me know if it is possible to read the data from qvd and store the same in xls.If yes, please let me know how this could be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 09:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595818#M1093330</guid>
      <dc:creator />
      <dc:date>2014-05-05T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from qvd to xls</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595819#M1093331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can save file as CSV format and open in excel, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM &amp;lt;QVD path&amp;gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE temp into C:\Users\....\Desktop\try.csv (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 09:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595819#M1093331</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-05T09:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from qvd to xls</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595820#M1093332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can store the table into xls like below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Years:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;2011&lt;/P&gt;&lt;P&gt;2012&lt;/P&gt;&lt;P&gt;2013&lt;/P&gt;&lt;P&gt;2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store * from Years into Years.xls (txt);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store * from Years into Years.txt (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store * from Years into Years.csv (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 09:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595820#M1093332</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-05T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from qvd to xls</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595821#M1093333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possible, You need to use macros for exporting the data in your Qlikview file to an excel sheet. Customize your macro and use it in a Button / Action for saving them to an excel sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 09:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595821#M1093333</guid>
      <dc:creator />
      <dc:date>2014-05-05T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from qvd to xls</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595822#M1093334</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;It is not possible to export to excel from script, instead you can store the data in CSV format and open that file in Excel like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;FROM QvdFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE test INTO TextFileName.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 09:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-qvd-to-xls/m-p/595822#M1093334</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-05T09:48:21Z</dc:date>
    </item>
  </channel>
</rss>

