<?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: statistical aggregations - parts between frac 0.1 and 0.9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997540#M339289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script pre-calculations aren't possible - it needs to be flexible to selections like periods, areas and categories and also the fractile-parts should be per variable eligible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 10:39:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-12-11T10:39:56Z</dc:date>
    <item>
      <title>statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997534#M339283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want do some statistical aggregations about the distribution from a certain datas over various time-periods. For this I use avg/median/fractile which are working fine. But now I need to sum/avg parts of this, for example the 80% which are between fractile(sum(value), 0.1) and fractile(sum(value), 0.9). Any ideas how this could be solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997534#M339283</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-11T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997535#M339284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if understood right. Is it somehow close to this: &lt;A href="https://community.qlik.com/thread/193975"&gt;Show Bottom 5 in Bar Chart??&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997535#M339284</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-11T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997536#M339285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/95199"&gt;Fractile / Quartile in pivot table dimension&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/101372"&gt;Fractile/Aggr/Sum command in load statement&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/137796"&gt;Calculating fractile() across a set dimension regardless of selections&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997536#M339285</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-11T10:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997537#M339286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It goes in the right direction but don't worked for me. My case is a bit more complicated then I need to use aggr within the set analysis and it seems that comparing one aggr-result against another aggregation isn't possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt; F2 = {"=avg(aggr(sum(F1), F2))&amp;gt;fractile(sum(F1), 0.9)"}&amp;gt;} F1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't worked although both expression-parts are working alone and with comparing against a fixed value the expression worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt; F2 = {"=avg(aggr(sum(F1), F2))&amp;gt;1000"}&amp;gt;} F1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997537#M339286</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-11T10:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997538#M339287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately it didn't worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997538#M339287</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-11T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997539#M339288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to create the below Aggregation in Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1) avg(aggr(sum(F1), F2)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&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&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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2) fractile(sum(F1), 0.9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Compare 1) &amp;amp; 2) in Script &amp;amp; create Flag then finally you can do avg({&amp;lt;Flag={1}&amp;gt;}F1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997539#M339288</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-11T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997540#M339289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script pre-calculations aren't possible - it needs to be flexible to selections like periods, areas and categories and also the fractile-parts should be per variable eligible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997540#M339289</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-11T10:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997541#M339290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try with IF and aggr(), rather than Set Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997541#M339290</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-11T10:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: statistical aggregations - parts between frac 0.1 and 0.9</title>
      <link>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997542#M339291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help. The set analysis approach is the better one and in my expressions was only a TOTAL missing, so that this worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt; F2 = {"=avg(aggr(sum(F1), F2))&amp;gt;fractile(TOTAL sum(F1), 0.9)"}&amp;gt;} F1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/statistical-aggregations-parts-between-frac-0-1-and-0-9/m-p/997542#M339291</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-11T12:28:31Z</dc:date>
    </item>
  </channel>
</rss>

