<?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 Re: How to open QVD\QVX files with Excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422857#M157582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can store into a tab separated file instead. This Excel can read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 08:33:46 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-02-11T08:33:46Z</dc:date>
    <item>
      <title>How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422856#M157581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to export some data from qlikview model to Excel file, and I want to do it automatically&lt;/P&gt;&lt;P&gt;What I exactly need is to let the Qlikview model do the load data from ERP system, do some manipulation and "prepare" a table to be extracted and opened by excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;This excel will load the table (stored by the Qlikview model in QVD\QVX file format) and make other manipulations with macro process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I need to prepare a file QVD\QVX to be loaded by excel.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Can someone know how to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance, &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Daniel &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 08:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422856#M157581</guid>
      <dc:creator>daniel_f</dc:creator>
      <dc:date>2013-02-11T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422857#M157582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can store into a tab separated file instead. This Excel can read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 08:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422857#M157582</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-11T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422858#M157583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric, &lt;/P&gt;&lt;P&gt;but can you please be more specific with the separated tab? &lt;/P&gt;&lt;P&gt;how can excel read data from specific tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 08:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422858#M157583</guid>
      <dc:creator>daniel_f</dc:creator>
      <dc:date>2013-02-11T08:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422859#M157584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you in the script do a "Store &amp;lt;tableName&amp;gt; into &amp;lt;fileName&amp;gt; (txt);" you will get a file that Excel can read straight off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same is true if you right-click on a table in the QlikView UI and choose "Export" and the choose the file format "Tab delimited".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 09:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422859#M157584</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-11T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422860#M157585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script fails when i trying to store the tacle name under txt format&lt;/P&gt;&lt;P&gt;my script is like that:&lt;/P&gt;&lt;P&gt;"store Data_needed_Temp into ..\QVD\Data_needed(txt);"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or &lt;/P&gt;&lt;P&gt;"store Data_needed_Temp into ..\QVD\Data_needed.txt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how it should be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 09:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422860#M157585</guid>
      <dc:creator>daniel_f</dc:creator>
      <dc:date>2013-02-11T09:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422861#M157586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store Data_needed_Temp into "..\QVD\Data_needed.txt" (txt) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 10:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422861#M157586</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-11T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422862#M157587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Thanks Henric&lt;/STRONG&gt;&lt;/SPAN&gt;, i've extracted to TXT and opened by Excel.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;by the way, the script doesn't recognuze formats as CSV or XLS right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 11:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422862#M157587</guid>
      <dc:creator>daniel_f</dc:creator>
      <dc:date>2013-02-11T11:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422863#M157588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, yes, you can load both CSV and XLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Store command cannot store into XLS, but it can store to both QVD, CSV and tab separated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store &amp;lt;Table&amp;gt; into [FileName.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Store &amp;lt;Table&amp;gt; into [FileName.csv] (txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;Store &amp;lt;Table&amp;gt; into [FileName.txt] (txt,delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note however, that the extension of the file name is irrelevant - it is just a name. Wether it becomes comma delimited or tab delimited depends on the parameter after the file name. The same is true when you load a file: The extension is irrelevant. It is the file specifying parameters that determine what QlikView does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422863#M157588</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-11T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to open QVD\QVX files with Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422864#M157589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Thank you Henric, it's working very good !!!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-QVD-QVX-files-with-Excel/m-p/422864#M157589</guid>
      <dc:creator>daniel_f</dc:creator>
      <dc:date>2013-02-11T15:36:57Z</dc:date>
    </item>
  </channel>
</rss>

