<?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: Averages: Remove top and bottom 10% in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297619#M831977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached sample data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 17:11:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-15T17:11:07Z</dc:date>
    <item>
      <title>Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297613#M831971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below script that calculates the averages of business days and calendar days. The problem, I have outlier values that are skewing results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I:&lt;/P&gt;&lt;P&gt;Remove top 10% from the average?&lt;/P&gt;&lt;P&gt;Remove top 10% and bottom 10% from the average?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;D&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CONTACT_D&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FIRST_CONTACT_CAL_DAYS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Avg_FirstPhoneContact_Days&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FIRST_CONTACT_WK_DAYS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Avg_FIRST_CONTACT_WK_DAYS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;$(vPath_QVDs)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;MainTable.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1=1&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIRST_CONTACT_CAL_DAYS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIRST_CONTACT_WK_DAYS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;START_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-12)&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GROUP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;D &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297613#M831971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297614#M831972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps create an indicator on my source data to capture top and bottom 10%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297614#M831972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T15:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297615#M831973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Fractile functions to remove Top 10 and Bottom 10 from the overall observation and then use the remaining data to calculate your average?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297615#M831973</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297616#M831974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two example and neither are working. Can you help with the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//,AVG({&amp;lt;D = {"&amp;gt; $(=Fractile(FIRST_CONTACT_CAL_DAYS,0.20)) &amp;lt;= $(=Fractile(FIRST_CONTACT_CAL_DAYS,0.40))"}&amp;gt;} DISTINCT D)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//avg(if([FIRST_CONTACT_CAL_DAYS] &amp;gt; aggr(NODISTINCT fractile(FIRST_CONTACT_CAL_DAYS, 0.1), D ) and [FIRST_CONTACT_CAL_DAYS] &amp;lt; aggr(NODISTINCT fractile(FIRST_CONTACT_CAL_DAYS, 0.9), CLT_CLT_PGMID ),D))&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297616#M831974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T16:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297617#M831975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will be difficult without some data to work with... Also, is this something you want in the script or front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297617#M831975</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T16:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297618#M831976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get some data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297618#M831976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T16:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297619#M831977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached sample data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297619#M831977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T17:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297620#M831978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the number you expect to see here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297620#M831978</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T17:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297621#M831979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to capture the average column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST_CONTACT_CAL_DAYS but want to exclude the top and bottom 10% to exclude the outliers.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297621#M831979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297622#M831980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is 0 an outlier you would want to exclude? Because it might be one of the bottom 10%?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297622#M831980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T17:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297623#M831981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CORRECT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 18:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297623#M831981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297624#M831982</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;Avg(Aggr(If(FIRST_CONTACT_CAL_DAYS &amp;gt;= Fractile(TOTAL &amp;lt;PROGRAM&amp;gt; FIRST_CONTACT_CAL_DAYS, 0.10) AND FIRST_CONTACT_CAL_DAYS &amp;lt;= Fractile(TOTAL &amp;lt;PROGRAM&amp;gt; FIRST_CONTACT_CAL_DAYS, 0.90), FIRST_CONTACT_CAL_DAYS), PROGRAM, id))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167022_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 18:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297624#M831982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T18:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297625#M831983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add another filter in the expression.&lt;/P&gt;&lt;P&gt;Something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ASSIGNED_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'NEWLY ASSIGNED MEMBER' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can I easily add that into the expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 19:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297625#M831983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T19:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Averages: Remove top and bottom 10%</title>
      <link>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297626#M831984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;ASSIGNED_STATUS = {'NEWLY ASSIGNED MEMBER'}&amp;gt;}&lt;/SPAN&gt; Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Only(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;{&amp;lt;ASSIGNED_STATUS = {'NEWLY ASSIGNED MEMBER'}&amp;gt;}&lt;/STRONG&gt; FIRST_CONTACT_CAL_DAYS) &amp;gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fractile(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;{&amp;lt;ASSIGNED_STATUS = {'NEWLY ASSIGNED MEMBER'}&amp;gt;} &lt;/STRONG&gt;TOTAL &amp;lt;PROGRAM&amp;gt; FIRST_CONTACT_CAL_DAYS, 0.10) AND &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;ASSIGNED_STATUS = {'NEWLY ASSIGNED MEMBER'}&amp;gt;}&lt;/SPAN&gt; FIRST_CONTACT_CAL_DAYS) &amp;lt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fractile(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;ASSIGNED_STATUS = {'NEWLY ASSIGNED MEMBER'}&amp;gt;}&lt;/SPAN&gt;TOTAL &amp;lt;PROGRAM&amp;gt; FIRST_CONTACT_CAL_DAYS, 0.90),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIRST_CONTACT_CAL_DAYS), &lt;/STRONG&gt;&lt;STRONG&gt;PROGRAM, id))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 19:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Averages-Remove-top-and-bottom-10/m-p/1297626#M831984</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-15T19:30:06Z</dc:date>
    </item>
  </channel>
</rss>

