<?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: Aggregate value for 7 days after date selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121467#M631420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry DATA means DATE &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 08:25:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-06T08:25:49Z</dc:date>
    <item>
      <title>Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121461#M631414</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 information about about nº of downloads by date. On my Dashboard i have a table with DATE and Nº OF DOWNLOADS, and i have a filter DATE too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is. It is possible create a expression too wen i select some date, my output be the aggregation from Nº OF DOWNLOADS 7 days&amp;nbsp; starting DATE selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I select date '2016-06-05' and the output is &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum( {&amp;lt;DATE={'2016-06-05'+'2016-06-06'+.........+'2016-06-07'}&amp;gt;} Nº OF DOWNLOADS)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro Lopes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121461#M631414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121462#M631415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum( {&amp;lt;DATE={'&amp;gt;=$(=DATE)&amp;lt;=$(=Date(DATE+7))'}&amp;gt;} [Nº OF DOWNLOADS])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 02:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121462#M631415</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-06-28T02:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121463#M631416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how the environmental variables are set, I would just suggest one change:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;DATE={'&amp;gt;=$(=Date(Max(DATE), 'YYYY-MM-DD'))&amp;lt;=$(=Date(Max(DATE)+7, 'YYYY-MM-DD'))'}&amp;gt;} [Nº OF DOWNLOADS])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 02:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121463#M631416</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-28T02:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121464#M631417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression only give me the value from selected day. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121464#M631417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-29T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121465#M631418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you making selection in DATE field? or is there another field you are making selection in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121465#M631418</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-29T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121466#M631419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i only have a data field to make selection.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A DATA filter and a table with DATA, NAME of PRODUCT and N OF DOWNLOADS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 08:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121466#M631419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-06T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate value for 7 days after date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121467#M631420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry DATA means DATE &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 08:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-value-for-7-days-after-date-selected/m-p/1121467#M631420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-06T08:25:49Z</dc:date>
    </item>
  </channel>
</rss>

