<?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: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191409#M22372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the instructions work great. However for the 2 dimension cumulative chart, I am unable to show to visual unless values are selected in the second dimension. Was that a requirement for the cumulative chart to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2017 22:02:40 GMT</pubDate>
    <dc:creator>avastani</dc:creator>
    <dc:date>2017-01-30T22:02:40Z</dc:date>
    <item>
      <title>Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191408#M22371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;Accumulating Chart (1 dimension, 1 measure)&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I suspect, that in later versions of Qlik Sense there should be more elegant way with a simple click to set charts to accumulate a sequence of bars (the new value totalling up to the previous values), here is an attached app that allows you all of that, illustrated and explained:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138983" alt="Screenshot 2016-09-28 13.34.38.png" class="jive-image image-1" height="355" src="/legacyfs/online/138983_Screenshot 2016-09-28 13.34.38.png" style="height: 355px; width: 416.984px;" width="417" /&gt;&lt;/P&gt;&lt;P&gt;To do this you should embrace the so-called intra-chart functions. You need "Above()" and "RowNo()" in this case.&lt;/P&gt;&lt;P&gt;Above with only one argument delivers the result of the "above" dimension, but with a 2nd and 3rd argument will deliver an array of values, so you need another function around to sum this array into one value: RangeSum()&amp;nbsp; ... not Sum() !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #4477aa;"&gt;RangeSum(Above(&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'QlikView Sans', sans-serif; font-size: 16px; color: #f93f17;"&gt;sum(ExpenseActual)&lt;/SPAN&gt;&lt;SPAN style="color: #4477aa; font-size: 16px; font-family: 'QlikView Sans', sans-serif;"&gt;&lt;STRONG&gt;,0,RowNo()))&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4477aa;"&gt;// Where Sum(ExpenseActual) stands for your measure formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This table shows what's happening in the different parts of the formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="138984" alt="Screenshot 2016-09-28 13.41.13.png" class="jive-image image-2" height="257" src="/legacyfs/online/138984_Screenshot 2016-09-28 13.41.13.png" style="height: 257px; width: 678.043px;" width="678" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;H1&gt;Accumulating Chart (2 dimensions, 1 measure)&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This case is a bit more complex. Two dimensions should accumulate, each of which separately - of course. So the cumulation is calculated for each member of the 2nd dimension separately. (Visually this only makes sense with grouped bars, not with stacked bars).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2016-09-28 17.57.47.png" class="image-4 jive-image" height="99" src="/legacyfs/online/139015_Screenshot 2016-09-28 17.57.47.png" style="height: 99.5678px; width: 167px;" width="167" /&gt;&lt;/P&gt;&lt;P&gt;Also, this is possible, the formula is more complex to explain.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2016-09-28 17.48.58.png" class="image-5 jive-image" src="/legacyfs/online/139028_Screenshot 2016-09-28 17.48.58.png" style="height: 495px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What you can see is that Customers of Type G3 had less accumulated Expenses than G2, which is impossible to see from the above bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart has two dimensions, one measure - here &lt;STRONG&gt;Sum(ExpenseActual)&lt;/STRONG&gt;, but the measure-formula has to be extended like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080;"&gt;$(=Concat(DISTINCT 'IF([$(=GetObjectField(1))] = ' &amp;amp; CHR(39) &amp;amp; [$(=GetObjectField(1))] &amp;amp; CHR(39) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&amp;amp; ', RangeSum(Above(TOTAL&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="color: #ff9900;"&gt;sum(ExpenseActual) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;*-([$(=GetObjectField(1))] = ' &amp;amp; CHR(39) &amp;amp; [$(=GetObjectField(1))] &amp;amp; CHR(39) &amp;amp; '), 0, RowNo(TOTAL)))'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080;"&gt;, ',') &amp;amp; Repeat(')', Count(DISTINCT [$(=GetObjectField(1))])))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;H1&gt;Waterfall Chart (1 dimension, 1 measure)&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It gets much more difficult to draw this has to be a waterfall chart. There is no real "bar offset" to the axis, so in reality there has to be a bar segment for the offset with the color set to transparent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This is doable, but the formula is really complex to explain.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="139014" alt="Screenshot 2016-09-28 16.03.58.png" class="jive-image image-3" src="/legacyfs/online/139014_Screenshot 2016-09-28 16.03.58.png" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Put your chart expression into a variable e.g. "vExpr1"&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #545352; font-family: 'QlikView Sans', sans-serif; font-size: 16px;"&gt;Create a bar chart with two dimensions&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #545352; font-family: 'QlikView Sans', sans-serif; font-size: 16px;"&gt;your main dimension (in above example it is YearMonth) &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #545352; font-family: 'QlikView Sans', sans-serif; font-size: 16px;"&gt;a caluclated pseudo dimension with this formula: &lt;/SPAN&gt;&lt;SPAN style="color: #4477aa;"&gt;&lt;STRONG&gt;=ValueList('', ' ', ' ') &lt;/STRONG&gt;&lt;/SPAN&gt;Label this dimension with a space (=invisible label)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #545352; font-family: 'QlikView Sans', sans-serif; font-size: 16px;"&gt;Add the following expression, where $(Expr1) is your chart expression:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #4477aa; font-size: 13px; font-family: 'QlikView Sans', sans-serif;"&gt;&lt;STRONG&gt;Pick(RowNo()&lt;BR /&gt;, RangeMax(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),0,RowNo(TOTAL))) - RangeMax(0, $(vExpr1)))&lt;BR /&gt;+ RangeMin(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),0,RowNo(TOTAL))) - RangeMin(0, $(vExpr1)))&lt;BR /&gt;,Fabs(RangeMax(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),0,RowNo(TOTAL)))) &lt;BR /&gt;- RangeMax(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),3,RowNo(TOTAL)))))&lt;BR /&gt;,-Fabs(RangeMin(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),0,RowNo(TOTAL)))) &lt;BR /&gt;- RangeMin(0, RangeSum(Above(TOTAL If(RowNo()=1,$(vExpr1)),3,RowNo(TOTAL)))))&lt;BR /&gt;)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #545352; font-family: 'QlikView Sans', sans-serif; font-size: 16px;"&gt; Add this formula in the color by expression formula:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'QlikView Sans', sans-serif; font-size: 16px; color: #4477aa;"&gt;&lt;STRONG&gt;If(RowNo()=1, ARGB(0,0,0,0), RGB(68,119,170))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RGB color code is the Dark Blue of the Qlik Sense standard theme, feel free to change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="widows: 1; color: #4477aa; font-size: 13px; -webkit-font-smoothing: antialiased; background-color: #ffffff; -webkit-user-select: text; font-family: 'QlikView Sans', sans-serif; margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191408#M22371</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2016-09-28T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191409#M22372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the instructions work great. However for the 2 dimension cumulative chart, I am unable to show to visual unless values are selected in the second dimension. Was that a requirement for the cumulative chart to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191409#M22372</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2017-01-30T22:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191410#M22373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Christof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the formula about the accumulating chart with 2&amp;nbsp; dimensions.&lt;/P&gt;&lt;P&gt;I experience an issue that I cannot fix by myself after several hours of search: when one of the calculated value is null, the chart does not display it at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168288" alt="2017-06-27 17_20_26-Feuille de temps - Interlog Solutions - Projects.png" class="jive-image image-1" src="/legacyfs/online/168288_2017-06-27 17_20_26-Feuille de temps - Interlog Solutions - Projects.png" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for the last month (June), I should keep the "FAP Auto" with the same value as for May.&lt;/P&gt;&lt;P&gt;Is there a way to do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 15:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191410#M22373</guid>
      <dc:creator>ylegrand</dc:creator>
      <dc:date>2017-06-27T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191411#M22374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try whenever your nullable expression is Xxx(xxx) ... Or a variable $(xxx) use Alt( Xxx(xxx) ,0)  or Alt( $(xxx) ,0) instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von meinem iPhone gesendet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am 27.06.2017 um 17:26 schrieb yohann legrand &amp;lt;qcwebmaster@qlikview.com&amp;lt;mailto:qcwebmaster@qlikview.com&amp;gt;&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191411#M22374</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2017-06-27T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191412#M22375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick answer.&lt;/P&gt;&lt;P&gt;Unfortunately, it does not work either: it seems that the expression is not evaluated at all (cf screenshot).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-06-28 14_27_22-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/168429_2017-06-28 14_27_22-Qlik Sense Desktop.png" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-06-28 14_27_44-Qlik Sense Desktop.png" class="jive-image image-2" height="221" src="/legacyfs/online/168430_2017-06-28 14_27_44-Qlik Sense Desktop.png" style="height: 221.259px; width: 412px;" width="412" /&gt;&lt;IMG alt="2017-06-28 14_32_16-Qlik Sense Desktop.png" class="jive-image image-3" height="180" src="/legacyfs/online/168437_2017-06-28 14_32_16-Qlik Sense Desktop.png" style="max-width: 620px; height: 180.026px; width: 436px;" width="436" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever the kind of function I use on this variable output (IF / LEN / ALT / etc.), it returns a null when there is no value at all from the input source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the strong feeling that the change has to be done directly within the below expression, but I can't manage to figure out how:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000080;"&gt;$(=Concat(DISTINCT 'IF([$(=GetObjectField(1))] = ' &amp;amp; CHR(39) &amp;amp; [$(=GetObjectField(1))] &amp;amp; CHR(39)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;amp; ', RangeSum(Above(TOTAL &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff9900;"&gt;count(DISTINCT idFlow)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;*-([$(=GetObjectField(1))] = ' &amp;amp; CHR(39) &amp;amp; [$(=GetObjectField(1))] &amp;amp; CHR(39) &amp;amp; '), 0, RowNo(TOTAL)))'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000080;"&gt;, ',') &amp;amp; Repeat(')', Count(DISTINCT [$(=GetObjectField(1))])))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Does it make sense to you? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 12:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191412#M22375</guid>
      <dc:creator>ylegrand</dc:creator>
      <dc:date>2017-06-28T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191413#M22376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dear Christof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am sorry to have to ask you again without extra elements, but do you at least have a clue about&amp;nbsp; a possible adaptation of your formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;After many tries, I still am not able to adapt it to have the right behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 07:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191413#M22376</guid>
      <dc:creator>ylegrand</dc:creator>
      <dc:date>2017-07-20T07:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191414#M22377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yohan. What is behind your variable $(total_cum) ... looking at your screenshot it seems that you are using maybe an Aggr() function in this formula. If so, try Aggr(NODISTINCT ....) instead .... this will start to fill up every row. If it is not Aggr but a TOTAL argument, the error is somewhere else. Can you share the entire app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191414#M22377</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2017-07-26T19:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191415#M22378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Christof,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(total_cumul) contains your formula as it, just by replacing &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff9900;"&gt;&lt;STRONG&gt;sum(ExpenseActual)&lt;/STRONG&gt;&lt;/SPAN&gt; by &lt;SPAN style="font-style: inherit; font-size: 13px; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;count(DISTINCT idFlow)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;By removing the DISTINCT, it returns totally wrong result :&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The cumul value is about 1000 times the correct value&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It does not correct the problematic behaviour&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct values (with DISTINCT) :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-07-27 11_56_27-Qlik Sense Desktop.png" class="jive-image image-2" src="/legacyfs/online/171600_2017-07-27 11_56_27-Qlik Sense Desktop.png" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Values without DISTINCT&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-07-27 11_55_35-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/171599_2017-07-27 11_55_35-Qlik Sense Desktop.png" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the link to download the full app. The issue is in the bar graph at the bottom of the "Création de flux" sheet : &lt;A href="http://sharing.interlogsolutions.net/s/KCyuRyfA4uvNQBy" title="http://sharing.interlogsolutions.net/s/KCyuRyfA4uvNQBy"&gt;Interlog Sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never tried to share an app. Is it enough or do you need extra files ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191415#M22378</guid>
      <dc:creator>ylegrand</dc:creator>
      <dc:date>2017-07-27T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191416#M22379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like my file expired after 7 days. I moved my file to Dropbox to keep it until you have a look: &lt;A href="https://www.dropbox.com/s/e212ebkkkt3t0om/Apps.zip?dl=0" title="https://www.dropbox.com/s/e212ebkkkt3t0om/Apps.zip?dl=0"&gt;Dropbox - Apps.zip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 07:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191416#M22379</guid>
      <dc:creator>ylegrand</dc:creator>
      <dc:date>2017-08-07T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Accumulating Bar Charts, Waterfall Chart - How To</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191417#M22380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christof Schwarz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your post is realy helpful, although i am trying to get the last row as total in the waterfall, thus the offset to be 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a condition possible where we keep the rangesum formula for all except last row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Smrati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 04:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Accumulating-Bar-Charts-Waterfall-Chart-How-To/m-p/1191417#M22380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T04:52:17Z</dc:date>
    </item>
  </channel>
</rss>

