<?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 STORING TO QVD FILE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288388#M708476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your statement should rather be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Account,&lt;SPAN style="color: blue;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;user&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;workstation&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;auditdatetime&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; All_Test;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;STORE * from Data into AuditLog.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;you may also wish to mention the path in the STORE statement and the path of All_Test after the FROM clause.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 17:42:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-01T17:42:07Z</dc:date>
    <item>
      <title>STORING TO QVD FILE</title>
      <link>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288387#M708475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;I'm trying to capture the user name, workstation, and datetime of the user running Qlikview and attaching it to every row returned in the table "All_Test".&amp;nbsp; Then taking those results and putting them into a QVD file (AuditLog.qvd).&amp;nbsp; However it's not working.&amp;nbsp; I would be greatful for any help.&amp;nbsp; Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;-jdr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;&lt;STRONG style="color: blue;"&gt;STORE&lt;/STRONG&gt; &lt;SPAN style="color: maroon;"&gt;All_Test.Account&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;user&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;workstation&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;auditdatetime&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; All_Test &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; AuditLog.qvd; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: courier new,courier;"&gt;Syntax error, missing/misplaced FROM:&lt;BR /&gt;STORE All_Test.Account,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSUser() AS user,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ComputerName() AS workstation,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now() AS auditdatetime&lt;BR /&gt;FROM All_Test INTO AuditLog.qvd&lt;BR /&gt;STORE All_Test.Account,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSUser() AS user,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ComputerName() AS workstation,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now() AS auditdatetime&lt;BR /&gt;FROM All_Test INTO AuditLog.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288387#M708475</guid>
      <dc:creator>rubinsky</dc:creator>
      <dc:date>2011-11-01T17:36:39Z</dc:date>
    </item>
    <item>
      <title>STORING TO QVD FILE</title>
      <link>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288388#M708476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your statement should rather be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Account,&lt;SPAN style="color: blue;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;user&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;workstation&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;SPAN style="color: blue;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon;"&gt;auditdatetime&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; All_Test;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;STORE * from Data into AuditLog.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;you may also wish to mention the path in the STORE statement and the path of All_Test after the FROM clause.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288388#M708476</guid>
      <dc:creator />
      <dc:date>2011-11-01T17:42:07Z</dc:date>
    </item>
    <item>
      <title>STORING TO QVD FILE</title>
      <link>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288389#M708477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you!&amp;nbsp; If I try and do this multiple times will the data just append or just overwrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-jdr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288389#M708477</guid>
      <dc:creator>rubinsky</dc:creator>
      <dc:date>2011-11-01T17:53:31Z</dc:date>
    </item>
    <item>
      <title>STORING TO QVD FILE</title>
      <link>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288390#M708478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It'll get overwritten everytime unless you do an incremental load which allows you to put some constraints (like date/timestamps) in which case you can acheive appending data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORING-TO-QVD-FILE/m-p/288390#M708478</guid>
      <dc:creator />
      <dc:date>2011-11-01T17:56:06Z</dc:date>
    </item>
  </channel>
</rss>

