<?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: Track changes from one refresh to the next in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114445#M463033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. You just need to do a store statement with date in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vArchiveDate = Date(Today(1), 'DD-MMM-YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vToday = Num(Today(1));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;ArchiveTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date($(vToday)) as ArchiveDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;Resident FactTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;ArchiveTable &lt;/SPAN&gt;into ArchiveTable_$(vArchiveDate).qvd;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 17:32:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-02T17:32:23Z</dc:date>
    <item>
      <title>Track changes from one refresh to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114441#M463029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to track changes from one refresh to the next?&lt;/P&gt;&lt;P&gt;We are using the web enterprise version and direct connect. &lt;/P&gt;&lt;P&gt;The data base we are connecting to is like a temporary file.&amp;nbsp; data is added and removed on a daily basis.&amp;nbsp; But we only want to refresh data weekly.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114441#M463029</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Track changes from one refresh to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114442#M463030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For comparison, you will need to save an archive of your data. This can be done each day while reloading the application, but will make your application really big&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114442#M463030</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T17:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Track changes from one refresh to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114443#M463031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to compare row by row?&lt;/P&gt;&lt;P&gt;You can export some main KPI´s to text files on each reload and load them on next load comparing the results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114443#M463031</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-02T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Track changes from one refresh to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114444#M463032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how would I set up an archive data?&amp;nbsp; Can it be done automatically at each refresh?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114444#M463032</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Track changes from one refresh to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114445#M463033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. You just need to do a store statement with date in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vArchiveDate = Date(Today(1), 'DD-MMM-YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vToday = Num(Today(1));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;ArchiveTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date($(vToday)) as ArchiveDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;Resident FactTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;ArchiveTable &lt;/SPAN&gt;into ArchiveTable_$(vArchiveDate).qvd;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Track-changes-from-one-refresh-to-the-next/m-p/1114445#M463033</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T17:32:23Z</dc:date>
    </item>
  </channel>
</rss>

