<?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: Percentage running total - pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001589#M82964</link>
    <description>&lt;P&gt;Thanks - id already used the colormix before so i was ahead of the game with that one.&lt;BR /&gt;&lt;BR /&gt;Thanks again, its been a problem that's been bugging me for ages. Just kept focusing on left and not before. You have been very helpful.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 09:10:15 GMT</pubDate>
    <dc:creator>Zara</dc:creator>
    <dc:date>2022-11-08T09:10:15Z</dc:date>
    <item>
      <title>Percentage running total - pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001282#M82928</link>
      <description>&lt;P&gt;As a business we measure fall out at certain stages of our process.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In Excel we use percentage of running total in order to achieve this.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have been able to replicate in Qlik using the below formula which works perfectly, however i would like to change the pivot table round, so that it looks like the excel version.&lt;/P&gt;
&lt;P&gt;FORMULA : rangeSum(above(count(Application_ID),0,RowNo()))/&lt;BR /&gt;Count(total&amp;lt;[Application Date (Application).autoCalendar.YearMonth]&amp;gt;Application_ID)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zara_0-1667834404260.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93017iD7D305C8CC220663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zara_0-1667834404260.png" alt="Zara_0-1667834404260.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zara_1-1667834435812.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93018iE5C9FF4CCDAA7DB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zara_1-1667834435812.png" alt="Zara_1-1667834435812.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried using left rather than above and changing the dimensions but it isn't working. Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001282#M82928</guid>
      <dc:creator>Zara</dc:creator>
      <dc:date>2022-11-07T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage running total - pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001320#M82931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try with before rather than left as far as i remember to have done it in a former app&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 16:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001320#M82931</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-11-07T16:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage running total - pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001353#M82936</link>
      <description>&lt;P&gt;You little legend!!! I used before and changed RowNo to ColumnNo and it worked perfectly. Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 17:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001353#M82936</guid>
      <dc:creator>Zara</dc:creator>
      <dc:date>2022-11-07T17:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage running total - pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001567#M82960</link>
      <description>&lt;P&gt;oups yes sorry my bad i forgot to talk about columnno in replacement of rowno&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just in case here below a generic formula to color cells in cross table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ColorMix2( (rank(total column(1))/(noofrows(TOTAL)/2))-1 ,red(),green(), yellow())&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 08:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001567#M82960</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-11-08T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage running total - pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001589#M82964</link>
      <description>&lt;P&gt;Thanks - id already used the colormix before so i was ahead of the game with that one.&lt;BR /&gt;&lt;BR /&gt;Thanks again, its been a problem that's been bugging me for ages. Just kept focusing on left and not before. You have been very helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-running-total-pivot-table/m-p/2001589#M82964</guid>
      <dc:creator>Zara</dc:creator>
      <dc:date>2022-11-08T09:10:15Z</dc:date>
    </item>
  </channel>
</rss>

