<?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 Decile analysis with filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Decile-analysis-with-filter/m-p/2006187#M1289447</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am using below logic&amp;nbsp; from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Decile-analysis/td-p/1223944" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Decile-analysis/td-p/1223944&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Aggr(&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.1), 10,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.2), 9,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.3), 8,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.4), 7,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.5), 6,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.6), 5,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.7), 4,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.8), 3,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.9), 2, 1))))))))), Customer)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;However , i want to create a filter to select the 10% or 20% customer&amp;nbsp; then i can know about the&amp;nbsp; max profit from second group 20% max profit. how can i create this&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>eddy9657</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Decile analysis with filter</title>
      <link>https://community.qlik.com/t5/QlikView/Decile-analysis-with-filter/m-p/2006187#M1289447</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am using below logic&amp;nbsp; from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Decile-analysis/td-p/1223944" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Decile-analysis/td-p/1223944&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Aggr(&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.1), 10,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.2), 9,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.3), 8,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.4), 7,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.5), 6,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.6), 5,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.7), 4,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.8), 3,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(Sum(Profit) &amp;lt;= fractile(TOTAL Aggr(Sum(Profit), Customer), 0.9), 2, 1))))))))), Customer)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;However , i want to create a filter to select the 10% or 20% customer&amp;nbsp; then i can know about the&amp;nbsp; max profit from second group 20% max profit. how can i create this&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decile-analysis-with-filter/m-p/2006187#M1289447</guid>
      <dc:creator>eddy9657</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

