<?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: Accumulative Line Graph Daily/Monthly Comparison in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468842#M99507</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110633"&gt;@otherguy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Qlik Sense also contains the accumulation modifier alongside the expression, please confirm in your version.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatheusC_0-1720463431053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169043iE5B96EA6CF915B05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatheusC_0-1720463431053.png" alt="MatheusC_0-1720463431053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;- Matheus&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 18:30:46 GMT</pubDate>
    <dc:creator>MatheusC</dc:creator>
    <dc:date>2024-07-08T18:30:46Z</dc:date>
    <item>
      <title>Accumulative Line Graph Daily/Monthly Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468774#M99497</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Similar to this graph in QlikView where I simply enable 'Full Accumulation' I am looking to accumulate Daily Sales for the last 6 months in Qlik Sense and I'm struggling a bit.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="otherguy_0-1720450589806.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169033iF6ADA99DEBD1246A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="otherguy_0-1720450589806.png" alt="otherguy_0-1720450589806.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Expression is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({$&amp;lt;year=, month=,day=, yearmonthnum = {"&amp;gt;$(=Date(Addmonths(Date#(max(yearmonthnum),'YYYYMM'),-6),'YYYYMM'))&amp;lt;=$(=Date(Addmonths(Date#(max(yearmonthnum),'YYYYMM'),0),'YYYYMM'))"}&amp;gt;}Sales)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimensions would be &lt;STRONG&gt;day&lt;/STRONG&gt; and &lt;STRONG&gt;yearmonthnum&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I've tried using Rangesum(above()) but I can't work out the aggregation on the correct level.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468774#M99497</guid>
      <dc:creator>otherguy</dc:creator>
      <dc:date>2024-07-08T15:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Line Graph Daily/Monthly Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468784#M99499</link>
      <description>&lt;P&gt;Instead of using&amp;nbsp; the "yearmonthnum" as the operative modifier in Set Analysis I suggest you use a default formatted date field&amp;nbsp; so your Set analysis would look like this...&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({$&amp;lt;year=, month=,day=, yearmonthnum =, thedetaildate =  {"$(='&amp;gt;' &amp;amp; Addmonths(max(thedetaildate),-6) &amp;amp; '&amp;lt;=' &amp;amp; Date(max(thedetaildate)))"}&amp;gt;}Sales)
// the expression should evaluate as follows if the mas date is today
//sum({$&amp;lt;year=, month=,day=, yearmonthnum =, thedetaildate =  {"&amp;gt;1/8/2024&amp;lt;=7/8/2024"}&amp;gt;}Sales)
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468784#M99499</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2024-07-08T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Line Graph Daily/Monthly Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468842#M99507</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110633"&gt;@otherguy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Qlik Sense also contains the accumulation modifier alongside the expression, please confirm in your version.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatheusC_0-1720463431053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169043iE5B96EA6CF915B05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatheusC_0-1720463431053.png" alt="MatheusC_0-1720463431053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;- Matheus&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 18:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468842#M99507</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-07-08T18:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Line Graph Daily/Monthly Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468963#M99513</link>
      <description>&lt;P&gt;Thanks Matheus, missed that.. Although, the accumulation doesn't seem to work with one measure and multiple dimensions, I had to create an expression for each month dating back with Day as the Dimension with the accumulation for each expression enabled.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 06:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Line-Graph-Daily-Monthly-Comparison/m-p/2468963#M99513</guid>
      <dc:creator>otherguy</dc:creator>
      <dc:date>2024-07-09T06:17:32Z</dc:date>
    </item>
  </channel>
</rss>

