<?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 Range Average without Grouping in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Range-Average-without-Grouping/m-p/1605578#M44836</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a chart related problem.&lt;/P&gt;&lt;P&gt;I have a KPI that works out the average of a % field based on filters selected.&lt;/P&gt;&lt;P&gt;The Expression is:&lt;/P&gt;&lt;P&gt;=Avg([Total Overpayments LEO %])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is, I need to work our the above for the last 12 months on a rolling basis.&lt;/P&gt;&lt;P&gt;I have this Expression, and I thought it worked, however, it does not match if I select only 12 months of data for the expression above. The expression is:&lt;/P&gt;&lt;P&gt;rangeavg(above(Avg([Total Overpayments LEO %]),0,12))&lt;/P&gt;&lt;P&gt;Now, I know what the problem is, I just dont know how to rectify it.&lt;/P&gt;&lt;P&gt;The First expression is working out the average of all of the % in the [Total Overpayments LEO %]&lt;/P&gt;&lt;P&gt;The Second Expression is working out the average of the [Total Overpayments LEO %] grouped by month, so giving an average of average.&lt;/P&gt;&lt;P&gt;So what I need, is for the second expression to work out the average based on all of the % in the field without grouping them by month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:23:33 GMT</pubDate>
    <dc:creator>nathan4988</dc:creator>
    <dc:date>2024-11-16T20:23:33Z</dc:date>
    <item>
      <title>Range Average without Grouping</title>
      <link>https://community.qlik.com/t5/App-Development/Range-Average-without-Grouping/m-p/1605578#M44836</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a chart related problem.&lt;/P&gt;&lt;P&gt;I have a KPI that works out the average of a % field based on filters selected.&lt;/P&gt;&lt;P&gt;The Expression is:&lt;/P&gt;&lt;P&gt;=Avg([Total Overpayments LEO %])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is, I need to work our the above for the last 12 months on a rolling basis.&lt;/P&gt;&lt;P&gt;I have this Expression, and I thought it worked, however, it does not match if I select only 12 months of data for the expression above. The expression is:&lt;/P&gt;&lt;P&gt;rangeavg(above(Avg([Total Overpayments LEO %]),0,12))&lt;/P&gt;&lt;P&gt;Now, I know what the problem is, I just dont know how to rectify it.&lt;/P&gt;&lt;P&gt;The First expression is working out the average of all of the % in the [Total Overpayments LEO %]&lt;/P&gt;&lt;P&gt;The Second Expression is working out the average of the [Total Overpayments LEO %] grouped by month, so giving an average of average.&lt;/P&gt;&lt;P&gt;So what I need, is for the second expression to work out the average based on all of the % in the field without grouping them by month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-Average-without-Grouping/m-p/1605578#M44836</guid>
      <dc:creator>nathan4988</dc:creator>
      <dc:date>2024-11-16T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Range Average without Grouping</title>
      <link>https://community.qlik.com/t5/App-Development/Range-Average-without-Grouping/m-p/1605607#M44839</link>
      <description>&lt;P&gt;Assuming you are making selection in Month and/or Date field, try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeAvg(Above(Avg({&amp;lt;Month, Date&amp;gt;}[Total Overpayments LEO %]), 0, 12)) * Avg(1)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Jul 2019 11:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-Average-without-Grouping/m-p/1605607#M44839</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-24T11:40:17Z</dc:date>
    </item>
  </channel>
</rss>

