<?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 Working with Snapshot dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349985#M616343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every day we snapshot our operations to store our hours.&amp;nbsp; Currently when we want to compare released work on the "snapshot" date it was released. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable that calls out the released snap date: =date(aggr(min({&amp;lt;STATUS={'R'}&amp;gt;}SnapShotDate),%KEY_OPERATION))&lt;/P&gt;&lt;P&gt;and a variable for the equation:&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;sum(aggr(sum({&amp;lt;SnapShotDate={'$(vDateR)'}&amp;gt;}EAC),%KEY_OPERATION))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The formula works perfectly to the %key_operation only if that distinct &lt;SPAN style="font-size: 13.3333px;"&gt;%key_operation is selected.&amp;nbsp; if it is just the raw data the computation of that formula is 0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can anyone help with this problem?&amp;nbsp; see attached example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 19:51:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-03T19:51:40Z</dc:date>
    <item>
      <title>Working with Snapshot dates</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349985#M616343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every day we snapshot our operations to store our hours.&amp;nbsp; Currently when we want to compare released work on the "snapshot" date it was released. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable that calls out the released snap date: =date(aggr(min({&amp;lt;STATUS={'R'}&amp;gt;}SnapShotDate),%KEY_OPERATION))&lt;/P&gt;&lt;P&gt;and a variable for the equation:&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;sum(aggr(sum({&amp;lt;SnapShotDate={'$(vDateR)'}&amp;gt;}EAC),%KEY_OPERATION))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The formula works perfectly to the %key_operation only if that distinct &lt;SPAN style="font-size: 13.3333px;"&gt;%key_operation is selected.&amp;nbsp; if it is just the raw data the computation of that formula is 0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can anyone help with this problem?&amp;nbsp; see attached example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349985#M616343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-03T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Snapshot dates</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349986#M616344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it Case study?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 01:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349986#M616344</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-04T01:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Snapshot dates</title>
      <link>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349987#M616345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean a case study?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 16:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-with-Snapshot-dates/m-p/1349987#M616345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T16:35:14Z</dc:date>
    </item>
  </channel>
</rss>

