<?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: Excluding Outliers from Avg Calculations at the dimension level in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414838#M33385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌yes. I just want to exclude the upper outliers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 13:38:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-20T13:38:14Z</dc:date>
    <item>
      <title>Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414836#M33383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to plot monthly average trend. Each month behaves differently hence the need to exclude outliers at the month level. This calculation needs to be dynamic if I need to look at the trend by a certain category (the outliers need to be recalculated at the category level by each month)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have attached a sample QVF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414836#M33383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-17T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414837#M33384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the outliers in one direction only or do we have outliers in both directions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 12:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414837#M33384</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-20T12:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414838#M33385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌yes. I just want to exclude the upper outliers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414838#M33385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T13:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414839#M33386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(Aggr(If(Values &amp;lt;= Fractile(TOTAL &amp;lt;Cat, Dates&amp;gt; Values , 0.75) +&amp;nbsp; 1.5 *(Fractile(TOTAL &amp;lt;Cat, Dates&amp;gt; Values , 0.75) - Fractile(TOTAL &amp;lt;Cat, Dates&amp;gt; Values , 0.25)), Values), Cat, Values, Dates))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 17:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414839#M33386</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-20T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414840#M33387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tested your solution, the average is higher than the normal average calculation. That shouldn't be the case if we're excluding the upper outliers, Otherwise it works, just not with the numbers I expect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 17:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414840#M33387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T17:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414841#M33388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw similar problem, but I am not sure what might be issue... Would you be able to share the raw data behind this app in an Excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 17:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414841#M33388</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-20T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414842#M33389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the raw data attached! I also noticed you're using Total in your outlier calculation and that will have a uniform outlier for all the dimension values. I want each dimension to have its own outlier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 19:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414842#M33389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Outliers from Avg Calculations at the dimension level</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414843#M33390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am heading out for the day today, but will try to take a look today in the evening or tomorrow morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 19:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Outliers-from-Avg-Calculations-at-the-dimension-level/m-p/1414843#M33390</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-20T19:13:36Z</dc:date>
    </item>
  </channel>
</rss>

