<?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: Accumulated chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1529680#M438669</link>
    <description>&lt;P&gt;sorry&lt;/P&gt;&lt;P&gt;would you please check my attached file&lt;/P&gt;&lt;P&gt;my calendar is jalali i dont think that can effect on the correction&lt;/P&gt;&lt;P&gt;but when you dont select any thing you can see that we have 286 request (in year 1396 we have 102 and in year 1397 we have 184) the accumulative equal 286&lt;/P&gt;&lt;P&gt;but when you see the last month of 1397 year you can see 289&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Jan 2019 05:19:15 GMT</pubDate>
    <dc:creator>omid5ive</dc:creator>
    <dc:date>2019-01-12T05:19:15Z</dc:date>
    <item>
      <title>Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1527453#M438517</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have table with request id and date&lt;/P&gt;&lt;P&gt;like&amp;nbsp;attached&lt;/P&gt;&lt;P&gt;i want to show accumulated count of request on line chart with group dim, this group contain year and month&lt;/P&gt;&lt;P&gt;when i check the full accumulation everything is ok but when i drill down to month my first month of selected year start to count from zero&lt;/P&gt;&lt;P&gt;for example if i have 5 request in 2017 and i have 1 request in the first month of 2018 i want to have a 6 for&amp;nbsp; start of 2018&lt;/P&gt;&lt;P&gt;what can i do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 06:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1527453#M438517</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2019-01-08T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1527746#M438533</link>
      <description>&lt;P&gt;Are you using QV12 or above... if you are... then try this expression&lt;/P&gt;&lt;PRE&gt;If(GetSelectedCount(year) &amp;gt; 0,
Aggr(RangeSum(Above(Count(DISTINCT {&amp;lt;year, month, YearMonth&amp;gt;} requestid), 0, RowNo())), (YearMonth, (NUMERIC))),
RangeSum(Above(Count(DISTINCT requestid), 0, RowNo())))&lt;/PRE&gt;&lt;P&gt;Where YearMonth field is created in the script like this&lt;/P&gt;&lt;PRE&gt;LOAD *,
	 &lt;FONT color="#FF0000"&gt;Date(Date#(year*100 + month, 'YYYYMM'), 'YYYYMM') as YearMonth;&lt;/FONT&gt;
LOAD * INLINE [
    requestid, year, month
    100, 2018, 1
    101, 2018, 2
    102, 2017, 3
    103, 2017, 1
    104, 2017, 5
    105, 2017, 3
    106, 2018, 4
];&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2019 13:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1527746#M438533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-08T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1528307#M438569</link>
      <description>&lt;P&gt;would you please explain what is &lt;STRONG&gt;NUMERIC?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1528307#M438569</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2019-01-09T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1528331#M438573</link>
      <description>&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-sortable-Aggr-function-is-finally-here/ba-p/1470262" target="_blank"&gt;The sortable Aggr function is finally here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1528331#M438573</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-09T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1529680#M438669</link>
      <description>&lt;P&gt;sorry&lt;/P&gt;&lt;P&gt;would you please check my attached file&lt;/P&gt;&lt;P&gt;my calendar is jalali i dont think that can effect on the correction&lt;/P&gt;&lt;P&gt;but when you dont select any thing you can see that we have 286 request (in year 1396 we have 102 and in year 1397 we have 184) the accumulative equal 286&lt;/P&gt;&lt;P&gt;but when you see the last month of 1397 year you can see 289&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 05:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1529680#M438669</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2019-01-12T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1529696#M438670</link>
      <description>&lt;P&gt;thank you sunny&lt;/P&gt;&lt;P&gt;i found the problem&lt;/P&gt;&lt;P&gt;my problem is when i have a request in 2 month&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;request 100 in 201101 and 201102&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 09:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/1529696#M438670</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2019-01-12T09:21:42Z</dc:date>
    </item>
  </channel>
</rss>

