<?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 SNAPSHOT MAKER OF QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098025#M902040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in which as on data is coming.. i want to see the data in backdate as well for that qvd data, for that cant i make snapshot of the data on daily basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>abhaysingh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098025#M902040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in which as on data is coming.. i want to see the data in backdate as well for that qvd data, for that cant i make snapshot of the data on daily basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098025#M902040</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098026#M902041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to see the data in qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098026#M902041</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-07-06T06:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098027#M902042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Assuming you are using an incremental load it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;maxdate:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load max(date) as maxdate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vMaxDate = peek('maxdate',-1,'maxdate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * from currentdatabase where date &amp;gt; vMaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Data)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * from old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Store Date into old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bit laborious but I haven't used incremental loads for a while.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pravesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098027#M902042</guid>
      <dc:creator />
      <dc:date>2016-07-06T06:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098028#M902043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i am not using any incremental load till now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098028#M902043</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-07-06T06:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098029#M902044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work either way, even without an incremental load strategy actually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098029#M902044</guid>
      <dc:creator />
      <dc:date>2016-07-06T06:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098030#M902045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can store qvd with variable name by this on daily basis you can Store QVD with different names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098030#M902045</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-06T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098031#M902046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes, using a variable.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;&lt;EM&gt;vMonthEnd&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; = &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Date&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;FIELDVALUE&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;('MONTH_END',1),'YYYYMMDD');&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s4"&gt; LRA_Data &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;into&lt;/SPAN&gt;&lt;SPAN class="s4"&gt; &lt;A href="https://community.qlik.com/"&gt;&lt;SPAN class="s5"&gt;\\xx\yy\zz\LRA\abc_&lt;STRONG&gt;&lt;EM&gt;$(vMonthEndQVDName)&lt;/EM&gt;&lt;/STRONG&gt;.qvd&lt;/SPAN&gt;&lt;/A&gt; (&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;qvd&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098031#M902046</guid>
      <dc:creator />
      <dc:date>2016-07-06T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098032#M902047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark a HELPFUL or CORRECT if it is what you looking for. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098032#M902047</guid>
      <dc:creator />
      <dc:date>2016-07-06T06:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098033#M902048</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;I dont have the date in my table ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Plant, MaterialGroup,Qty&amp;nbsp; from qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is table i have .. dont have date in it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098033#M902048</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-07-06T07:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098034#M902049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case use today() in the variable to datestamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098034#M902049</guid>
      <dc:creator />
      <dc:date>2016-07-06T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098035#M902050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Today() , variable name depends on your requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. below qvd will create on Monthly basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vDate = MonthName(Num(Date#(Today())));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE DataTab into abc_$(vDate).qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here QVD will generate with name :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abc_Jul 2016.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098035#M902050</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-06T07:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: SNAPSHOT MAKER OF QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098036#M902051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so how it will work in my case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 12:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SNAPSHOT-MAKER-OF-QVD/m-p/1098036#M902051</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-07-06T12:55:26Z</dc:date>
    </item>
  </channel>
</rss>

