<?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: Set Analysis Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663993#M241833</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;I guess you want to show something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67350" alt="HELP.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67350_HELP.png" style="width: 620px; height: 359px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make it with the "Full accumulation" option in the properties (this image is from google, ignore the red circle):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/legacyfs/online/67351_Chart accumulation (2).jpg"&gt;&lt;IMG __jive_id="67351" alt="Chart+accumulation+(2).jpg" class="jive-image" src="/legacyfs/online/67351_Chart accumulation (2).jpg" style="width: 620px; height: 528px;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 14:37:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-22T14:37:25Z</dc:date>
    <item>
      <title>Set Analysis Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663992#M241832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below Expression in order to get data from database start date to till Previous Month end .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;M=,Y=,Month = {"&amp;lt;=$(=MonthEnd(AddMonths(Max(Month),-1)))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is Working fine with Text box Object,but when i use the same expression in Chart object.It is just giving Current month sum.&lt;/P&gt;&lt;P&gt;Dimension is M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me .Little urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663992#M241832</guid>
      <dc:creator />
      <dc:date>2014-09-22T14:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663993#M241833</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;I guess you want to show something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67350" alt="HELP.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67350_HELP.png" style="width: 620px; height: 359px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make it with the "Full accumulation" option in the properties (this image is from google, ignore the red circle):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/legacyfs/online/67351_Chart accumulation (2).jpg"&gt;&lt;IMG __jive_id="67351" alt="Chart+accumulation+(2).jpg" class="jive-image" src="/legacyfs/online/67351_Chart accumulation (2).jpg" style="width: 620px; height: 528px;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663993#M241833</guid>
      <dc:creator />
      <dc:date>2014-09-22T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663994#M241834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how your app looks, but you need probably to use an ALL or a TOTAL.&lt;/P&gt;&lt;P&gt;All calculations is done in a chart in regards to the dimension unless you specify it should go outside of that limitation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(ALL {$&amp;lt;M=,Y=,Month = {"&amp;lt;=$(=MonthEnd(AddMonths(Max(Month),-1)))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 15:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Problem/m-p/663994#M241834</guid>
      <dc:creator />
      <dc:date>2014-09-22T15:04:10Z</dc:date>
    </item>
  </channel>
</rss>

