<?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: Need cumulative counts in a bar graph (between two dates) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533645#M199335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;use this expression in UI &lt;/P&gt;&lt;P&gt;rangesum(above(total sum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Defect count&lt;/SPAN&gt;]),0,RowNo(total)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can do in back end also as following&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;rangesum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Defect count&lt;/SPAN&gt;],peek('Cumulative')) as Cumulative&lt;/P&gt;&lt;P&gt;resident oginal;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Nov 2013 19:59:57 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2013-11-17T19:59:57Z</dc:date>
    <item>
      <title>Need cumulative counts in a bar graph (between two dates)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533642#M199332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;My requirement is i need to do the cumulative count between two date&lt;/P&gt;&lt;P&gt;Initation date to closed date&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 supplier has&amp;nbsp; over all 10 scar(defects) counts in different months&amp;nbsp; .&amp;nbsp; i need to show in the bar graph the&amp;nbsp; cumulative counts in every month from the initation date to completion date ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help ASAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2013 00:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533642#M199332</guid>
      <dc:creator />
      <dc:date>2013-11-17T00:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need cumulative counts in a bar graph (between two dates)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533643#M199333</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;You add month as Dimension and in the Expression add the sum(Defect count)&amp;nbsp; and select the Full accumulation radio button in the bottom in the same Expression tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2013 06:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533643#M199333</guid>
      <dc:creator />
      <dc:date>2013-11-17T06:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need cumulative counts in a bar graph (between two dates)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533644#M199334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a defect is closed then under the month it shound not show up the in the count&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2013 16:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533644#M199334</guid>
      <dc:creator />
      <dc:date>2013-11-17T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need cumulative counts in a bar graph (between two dates)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533645#M199335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;use this expression in UI &lt;/P&gt;&lt;P&gt;rangesum(above(total sum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Defect count&lt;/SPAN&gt;]),0,RowNo(total)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can do in back end also as following&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;rangesum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Defect count&lt;/SPAN&gt;],peek('Cumulative')) as Cumulative&lt;/P&gt;&lt;P&gt;resident oginal;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2013 19:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-cumulative-counts-in-a-bar-graph-between-two-dates/m-p/533645#M199335</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-11-17T19:59:57Z</dc:date>
    </item>
  </channel>
</rss>

