<?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 Cumulative Average Calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1893175#M73665</link>
    <description>&lt;P&gt;I have data as shown below.&amp;nbsp;I am trying to calculate the &lt;STRONG&gt;cumulative&lt;/STRONG&gt;&amp;nbsp;average of the volume. So essentially I am trying to create Column F (Cumul Avg Vol) in Qliksense. The cumulative aspect is by increasing&amp;nbsp;&lt;STRONG&gt;Bucket &lt;/STRONG&gt;value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 1 and 2&lt;/STRONG&gt; are in the same &lt;STRONG&gt;Bucket (=5)&lt;/STRONG&gt; so calculate the average volume of these (&lt;STRONG&gt;7.5&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 3&lt;/STRONG&gt; is a larger &lt;STRONG&gt;Bucket value (10)&lt;/STRONG&gt;, so calculate the average of the volume of Sub Order 1, 2, 3 (&lt;STRONG&gt;5.75&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 4 and 5&lt;/STRONG&gt; have the same larger &lt;STRONG&gt;Bucket value (15) &lt;/STRONG&gt;, so calculate the average of all smaller Bucket values, so row 1, 2, 3, 4, 5 (&lt;STRONG&gt;5.83&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sub Order 6 has a larger &lt;STRONG&gt;Bucket value (25) &lt;/STRONG&gt;, so calculate the average of all smaller Bucket values, so row 1, 2, 3, 4, 5, 6 (&lt;STRONG&gt;6.125&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnnyjohn_0-1644935215961.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72328i8BFD9AB81F762AA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johnnyjohn_0-1644935215961.png" alt="johnnyjohn_0-1644935215961.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by increasing bucket. I.e. if the &lt;STRONG&gt;Bucket&amp;nbsp;&lt;/STRONG&gt;for the Sub Order ID is less&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 14:30:14 GMT</pubDate>
    <dc:creator>johnnyjohn</dc:creator>
    <dc:date>2022-02-15T14:30:14Z</dc:date>
    <item>
      <title>Cumulative Average Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1893175#M73665</link>
      <description>&lt;P&gt;I have data as shown below.&amp;nbsp;I am trying to calculate the &lt;STRONG&gt;cumulative&lt;/STRONG&gt;&amp;nbsp;average of the volume. So essentially I am trying to create Column F (Cumul Avg Vol) in Qliksense. The cumulative aspect is by increasing&amp;nbsp;&lt;STRONG&gt;Bucket &lt;/STRONG&gt;value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 1 and 2&lt;/STRONG&gt; are in the same &lt;STRONG&gt;Bucket (=5)&lt;/STRONG&gt; so calculate the average volume of these (&lt;STRONG&gt;7.5&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 3&lt;/STRONG&gt; is a larger &lt;STRONG&gt;Bucket value (10)&lt;/STRONG&gt;, so calculate the average of the volume of Sub Order 1, 2, 3 (&lt;STRONG&gt;5.75&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sub Order 4 and 5&lt;/STRONG&gt; have the same larger &lt;STRONG&gt;Bucket value (15) &lt;/STRONG&gt;, so calculate the average of all smaller Bucket values, so row 1, 2, 3, 4, 5 (&lt;STRONG&gt;5.83&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sub Order 6 has a larger &lt;STRONG&gt;Bucket value (25) &lt;/STRONG&gt;, so calculate the average of all smaller Bucket values, so row 1, 2, 3, 4, 5, 6 (&lt;STRONG&gt;6.125&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnnyjohn_0-1644935215961.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72328i8BFD9AB81F762AA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johnnyjohn_0-1644935215961.png" alt="johnnyjohn_0-1644935215961.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by increasing bucket. I.e. if the &lt;STRONG&gt;Bucket&amp;nbsp;&lt;/STRONG&gt;for the Sub Order ID is less&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1893175#M73665</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2022-02-15T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Average Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1894361#M73778</link>
      <description>&lt;P&gt;Bump. Any ideas here please?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 14:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1894361#M73778</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2022-02-17T14:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Average Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1904559#M74586</link>
      <description>&lt;P&gt;little bump here in case any can help&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 09:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Average-Calculation/m-p/1904559#M74586</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2022-03-14T09:16:04Z</dc:date>
    </item>
  </channel>
</rss>

