<?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 can we take snapshot data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131293#M754468</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;Thank You for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Monthstart(today()).'YYYYMM') as MonthValue &amp;gt;&amp;gt;&amp;gt; this is giving current month.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but when i ran this QVD on oct 1st it should give me month as 201809 not 201810.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;we are taking the data always for completed months.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so once oct month is completed and when i ran this QVD on Nov 1st it should give me month as 201810.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HK&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2018 09:37:13 GMT</pubDate>
    <dc:creator>dunnalahk123</dc:creator>
    <dc:date>2018-10-04T09:37:13Z</dc:date>
    <item>
      <title>How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131291#M754466</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;Can some one help me how can we take snapshot data from the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : i have a QVD which is having data from 2016 November 1st&amp;nbsp; to till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now i want to take data from 2016 November 1st&amp;nbsp; to till&amp;nbsp; oct 1st&amp;nbsp; 2018 and store it in a QVD . when creating a QVD in the a new Month field should be created and value should be stored as 201809.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same again when i took data on Nov 1st next month ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again it should take data from 2016 November 1st&amp;nbsp; to Nov 1st 2018 and store it in a same existing QVD which we created earlier . ( Basically it should append the rows )&amp;nbsp; and month value should be 201810.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we do this approach, can some one help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;HK&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/How-can-we-take-snapshot-data/m-p/131291#M754466</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131292#M754467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Assuming you already have the qvd for OCT ! if not use the script above the concatenate statement and store the table into snapshot.qvd to create a snapshot qvd.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Monthstart(today()).'YYYYMM') as MonthValue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QVD;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Snapshot.QVD;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store Table into &lt;STRONG&gt;Snapshot&lt;/STRONG&gt;.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 16:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131292#M754467</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2018-10-03T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131293#M754468</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;Thank You for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Monthstart(today()).'YYYYMM') as MonthValue &amp;gt;&amp;gt;&amp;gt; this is giving current month.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but when i ran this QVD on oct 1st it should give me month as 201809 not 201810.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;we are taking the data always for completed months.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so once oct month is completed and when i ran this QVD on Nov 1st it should give me month as 201810.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HK&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131293#M754468</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-04T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131294#M754469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To go one month back, you can try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Monthstart(today()&lt;STRONG&gt;,-1&lt;/STRONG&gt;)'YYYYMM') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131294#M754469</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-10-04T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131295#M754470</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;Thank You for all your suggestions. i got the idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131295#M754470</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-05T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can we take snapshot data</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131296#M754471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more Requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once month is completed we are taking above approach but the current month as well it should show the Results till month completes. because users want to see live data as well .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means once month is completed results should go to snapshot QVD with creating previous month number like .(201809).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and current month data&amp;nbsp; as well it should show in my piviot with 201810.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: we are in oct now , so if i take results now for sep it should store results in snapshot QVD with 201809.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it show the current month 201810 Results as well in the Piviot .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions. how can i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 17:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-take-snapshot-data/m-p/131296#M754471</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-05T17:02:59Z</dc:date>
    </item>
  </channel>
</rss>

