<?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: Running Total with filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142572#M20279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Above(TOTAL Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Active_Date&amp;gt;}&lt;/SPAN&gt;Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2016 12:11:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-07T12:11:34Z</dc:date>
    <item>
      <title>Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142571#M20278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help in the below query of Qlik Sense,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;I have the six columns Active Date, CL, DI, MR, ACID and MR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;I have calculated the Running total based on the ACID in the straight table on monthly basis in Qlik visualization as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Running Total = RangeSum(Above(TOTAL Sum({1}Cases),0,rowno(TOTAL))) * Avg(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;But the issue is that when I use the filters as CI, DI and MR, the Running total is not changed at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Can it is possible to change the formula so that it changes as per the filters?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Also, I want a KPI which calculate the % as (Cases for particular month)/ Running total of particular month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;I am not able to calculate the above using the below formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;KPI = Sum (Cases)/Sum ({&amp;lt;Active_Date = {"$(='&amp;lt;=' &amp;amp; Date (Max (Active_Date), 'M/D/YYYY'))"}&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;ACID&lt;/SPAN&gt;&lt;STRONG style=": ; mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Attached is the file for your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Please suggest &amp;amp; help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Deepanshu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142571#M20278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142572#M20279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Above(TOTAL Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Active_Date&amp;gt;}&lt;/SPAN&gt;Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142572#M20279</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142573#M20280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, If I select the particular month, it shows only current Month value not the running total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142573#M20280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142574#M20281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Your database you have shared doesn't have any month field, are you creating it in the script? If you are then do this:&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;=RangeSum(Above(TOTAL Sum({&amp;lt;Active_Date, &lt;SPAN style="text-decoration: underline;"&gt;MonthField&lt;/SPAN&gt;&amp;gt;} Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142574#M20281</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142575#M20282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Replace MonthField with whatever you call your month field to be.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142575#M20282</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142576#M20283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir.. The ACID data comes from one table which do not have all the months, however Cases are coming in different table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a master calendar for Account Table date to normalize it and named as Active_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used it in the above formula, I am still facing the same issue &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks sir for helping me a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142576#M20283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T13:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142577#M20284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: rgba(255, 255, 255, 0);"&gt;=RangeSum(Above(TOTAL Sum({&amp;lt;Active_Date&lt;SPAN style="color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Active_month&lt;/SPAN&gt;&amp;gt;} Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Are you making selection in any other date related field here? Year or MonthYear or something else? May be share some screenshots to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142577#M20284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142578#M20285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir.. It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I am not able to give the screenshots as it was in my Client Machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just use the Active Date.. In Account Table we have different date Column with few dates missing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus I created a Master Calendar to get those dates and named the column as Active_Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Case Table I have all the dates but to join both the tables I use the Alias as Active Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142578#M20285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142579#M20286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So lets take a step back. When you select a particular month, you are seeing a non-cumulative value for that particular month? whereas you would want to see cumulative values regardless of what month has been selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142579#M20286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142580#M20287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir.. But on the same time if I filter on CL, MR and DI the running total changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142580#M20287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142581#M20288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table with Active_date as dimension and two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: rgba(255, 255, 255, 0);"&gt;=RangeSum(Above(TOTAL Sum({&amp;lt;Active_Date&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;Active_month&lt;/SPAN&gt;&amp;gt;} Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: rgba(255, 255, 255, 0);"&gt;=RangeSum(Above(TOTAL Sum({1} Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a selection only in Active_month field and see if the numbers are different or same for both the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142581#M20288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142582#M20289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, second one is working fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue for that formula is that if I filter on CL, DI &amp;amp; MR it does not changes at all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142582#M20289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T16:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142583#M20290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: rgba(255, 255, 255, 0);"&gt;=RangeSum(Above(TOTAL Sum({1&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;CL = $::CL, DI = $:DI, MR $::MR&lt;/SPAN&gt;&amp;gt;} Cases),0,rowno(TOTAL))) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142583#M20290</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T16:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142584#M20291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, the formula works if I select the CI, MR &amp;amp; DI, but the total it is not matching&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all the help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142584#M20291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T17:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142585#M20292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the first expression you have used in the chart from your snapshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142585#M20292</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142586#M20293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not used any formula for the first one... The second formula is created based on first column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142586#M20293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T17:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142587#M20294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepanshu I have no idea what might be the issue. Without seeing it, it would be difficult to say anything my friend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142587#M20294</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142588#M20295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir.. I know,, But you helped me a lot in this without even seeing it. Many thanks for your valuable time in this,, Really appreciate it. I am trying to replicate the same in the dummy data and sent you the qvd to find the issue. Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142588#M20295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-10T10:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142589#M20296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sent me the QVD? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142589#M20296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-10T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total with filters</title>
      <link>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142590#M20297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, please find the attached QVD and QVF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to filter the data on Month wise , CLM,DIM and MAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-Total-with-filters/m-p/1142590#M20297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-11T06:38:41Z</dc:date>
    </item>
  </channel>
</rss>

