<?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 Cumulations and data selections in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulations-and-data-selections/m-p/34756#M2315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following issue which I cannot seem to solve. I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Date, Host, Recent, OS&lt;/P&gt;&lt;P&gt;2018-04-01, HostA, True, Win&lt;/P&gt;&lt;P&gt;2018-04-02, HostB, True, Win&lt;/P&gt;&lt;P&gt;2018-04-03, HostC, True, Win&lt;/P&gt;&lt;P&gt;2018-04-04, HostD, True, Win&lt;/P&gt;&lt;P&gt;2018-05-05, HostE, True, Win&lt;/P&gt;&lt;P&gt;2018-05-06, HostF, True, Win&lt;/P&gt;&lt;P&gt;2018-05-07, HostG, True, Win&lt;/P&gt;&lt;P&gt;2018-05-08, HostH, True, Win&lt;/P&gt;&lt;P&gt;2018-05-09, HostI, True, Win&lt;/P&gt;&lt;P&gt;2018-06-10, HostJ, True, Win&lt;/P&gt;&lt;P&gt;2018-06-11, HostK, True, Win&lt;/P&gt;&lt;P&gt;2018-06-12, HostL, True, Win&lt;/P&gt;&lt;P&gt;2018-06-13, HostM, True, Win&lt;/P&gt;&lt;P&gt;2018-06-14, HostN, True, Win&lt;/P&gt;&lt;P&gt;2018-05-10, HostO, True, Win&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to present this data aggregated by date and counting (cumulating) the deployments like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205363_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;For the "Deployments" column I'm using the following expression: RangeSum(Above(Count(distinct Host),0,RowNo(TOTAL))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine until I do selections on month - e.g. just displaying May and June 2018:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205364_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Due to the selection, the deployments of April are not counted. However I want the correct number of deployments being displayed independently of the selection of month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me to the solution for this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 14:27:38 GMT</pubDate>
    <dc:creator>michael089</dc:creator>
    <dc:date>2018-06-15T14:27:38Z</dc:date>
    <item>
      <title>Cumulations and data selections</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulations-and-data-selections/m-p/34756#M2315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following issue which I cannot seem to solve. I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Date, Host, Recent, OS&lt;/P&gt;&lt;P&gt;2018-04-01, HostA, True, Win&lt;/P&gt;&lt;P&gt;2018-04-02, HostB, True, Win&lt;/P&gt;&lt;P&gt;2018-04-03, HostC, True, Win&lt;/P&gt;&lt;P&gt;2018-04-04, HostD, True, Win&lt;/P&gt;&lt;P&gt;2018-05-05, HostE, True, Win&lt;/P&gt;&lt;P&gt;2018-05-06, HostF, True, Win&lt;/P&gt;&lt;P&gt;2018-05-07, HostG, True, Win&lt;/P&gt;&lt;P&gt;2018-05-08, HostH, True, Win&lt;/P&gt;&lt;P&gt;2018-05-09, HostI, True, Win&lt;/P&gt;&lt;P&gt;2018-06-10, HostJ, True, Win&lt;/P&gt;&lt;P&gt;2018-06-11, HostK, True, Win&lt;/P&gt;&lt;P&gt;2018-06-12, HostL, True, Win&lt;/P&gt;&lt;P&gt;2018-06-13, HostM, True, Win&lt;/P&gt;&lt;P&gt;2018-06-14, HostN, True, Win&lt;/P&gt;&lt;P&gt;2018-05-10, HostO, True, Win&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to present this data aggregated by date and counting (cumulating) the deployments like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205363_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;For the "Deployments" column I'm using the following expression: RangeSum(Above(Count(distinct Host),0,RowNo(TOTAL))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine until I do selections on month - e.g. just displaying May and June 2018:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205364_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Due to the selection, the deployments of April are not counted. However I want the correct number of deployments being displayed independently of the selection of month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me to the solution for this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 14:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulations-and-data-selections/m-p/34756#M2315</guid>
      <dc:creator>michael089</dc:creator>
      <dc:date>2018-06-15T14:27:38Z</dc:date>
    </item>
  </channel>
</rss>

