<?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: Displaying only selected range for cumulative total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112162#M17431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that was helpful:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;* Avg({&amp;lt;Дата = {"&amp;gt;=$(=$(vStartDateNum))&amp;lt;=$(=$(vEndDateNum))"}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but I still don't understand how it works &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, 08 Aug 2018 09:07:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-08T09:07:45Z</dc:date>
    <item>
      <title>Displaying only selected range for cumulative total</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112160#M17429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can anybody help me or guide with the following problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have a simple bar chart with month-year dimension and expression displaying cumulative total like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =RangeSum(Above(Count(DISTINCT {$&amp;lt;%DateType={'SpecialDate'}&amp;gt;}&amp;nbsp; %UniqueID), 0, RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make selection in the month-year pane cumulative total is recalculated. It is correct. But i want &lt;SPAN style="font-size: 13.3333px;"&gt;to know is it possible to calculate the cumulative data regardless of the month-year (over full set of all the records), but display only selected &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;range? So if i select 3 months (august 2017 - october 2017) there are only 3 values (39, 51, 60) should be represented:&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;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210072_1.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 07:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112160#M17429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only selected range for cumulative total</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112161#M17430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Above(Count(DISTINCT {$&amp;lt;%DateType={'SpecialDate'}&lt;SPAN style="color: #ff0000;"&gt;, MonthYear&lt;/SPAN&gt;&amp;gt;}&amp;nbsp; %UniqueID), 0, RowNo())) &lt;SPAN style="color: #ff0000;"&gt;* Avg(&lt;STRONG&gt; {$&amp;lt;%DateType={'SpecialDate'}&amp;gt;} &lt;/STRONG&gt;1)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 11:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112161#M17430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-07T11:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only selected range for cumulative total</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112162#M17431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that was helpful:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;* Avg({&amp;lt;Дата = {"&amp;gt;=$(=$(vStartDateNum))&amp;lt;=$(=$(vEndDateNum))"}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but I still don't understand how it works &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, 08 Aug 2018 09:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112162#M17431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only selected range for cumulative total</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112163#M17432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically within the rangesum expression... we ignore selection in MonthYear field... which forces it to show everything regardless of selection... but we use Avg(1) to show only those MonthYear... which have been selected... as Avg(1) = 1 for selections and Avg(1) = 0 for out of selection.... So, you accumulation is still intact, but you are just showing the selected MonthYears&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112163#M17432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T11:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only selected range for cumulative total</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112164#M17433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now much clearer for me. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-selected-range-for-cumulative-total/m-p/112164#M17433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T11:35:41Z</dc:date>
    </item>
  </channel>
</rss>

