<?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: Problem summing an average in pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429686#M34247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cristina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified your expression to fit my data model and came up with&lt;/P&gt;&lt;P&gt;Sum(TOTAL &amp;lt;Year&amp;gt; aggr(avg({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Warehouse,Year))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This appears to be an average for the year for each warehouse, so I changed it to go by date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL &amp;lt;Year&amp;gt; aggr(avg({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Warehouse,Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is similar to one I tried with Sunny earlier and gives the wrong totals.&amp;nbsp; In the screen shot, note that the numbers are much too low.&amp;nbsp; The total for all warehouse averages should be 907,342.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot table avg total by warehouse_too low.jpg" class="jive-image image-1" src="/legacyfs/online/180747_pivot table avg total by warehouse_too low.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 19:17:54 GMT</pubDate>
    <dc:creator>mikegrattan</dc:creator>
    <dc:date>2017-10-25T19:17:54Z</dc:date>
    <item>
      <title>Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429655#M34216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table with a measure that calculates the average number of boxes shipped per day by each warehouse.&amp;nbsp; I'd like to get a sum of those averages by warehouse so I can then do a percentage of total calculation.&amp;nbsp; The current expression to get average of boxes per day is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(Aggr(Sum({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried modifying that expression in order to get the total for all warehouses but haven't been able to get any variations to work as I expect.&lt;/P&gt;&lt;P&gt;Avg(Aggr(Sum({$&amp;lt;RecordType={"LOAD"},Warehouse=&amp;gt;} UnitsLoaded),Date))&lt;/P&gt;&lt;P&gt;Avg(Aggr(Sum({1&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Date))&lt;/P&gt;&lt;P&gt;Sum(Aggr(Avg({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Date))&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot table average totals by Warehouse.jpg" class="jive-image image-1" src="/legacyfs/online/179063_pivot table average totals by Warehouse.jpg" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429655#M34216</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429656#M34217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&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;&lt;STRONG&gt;Sum(TOTAL &amp;lt;Year&amp;gt;Aggr(Sum({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded), &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PFWarehouse, Year, &lt;/STRONG&gt;Date))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429656#M34217</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-09T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429657#M34218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blank result.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that PFWarehouse is a Master item expression.&amp;nbsp; I'm using "Warehouse" in my calculations; PFWarehouse is meant to evaluate to Null if the warehouse is not in a particular match list.&amp;nbsp; So I updated your suggested formula to use Warehouse instead but got a blank result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 17:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429657#M34218</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T17:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429658#M34219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Year&amp;gt;Aggr(Sum({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded), &lt;STRONG style="font-style: inherit;"&gt;Warehouse, Year, &lt;/STRONG&gt;Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 17:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429658#M34219</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-09T17:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429659#M34220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did try that and that's when I got the blank result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 17:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429659#M34220</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T17:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429660#M34221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 17:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429660#M34221</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-09T17:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429661#M34222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the QVF file. Please see the "Boxes" sheet and the pivot table called "Boxes Loaded Per Day (Avg).&amp;nbsp; The pivot table is a Master Item called Boxes Loaded Per Day - Pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for Boxes Per day is stored in a variable called vBoxesLoadedPerDay&lt;/P&gt;&lt;P&gt;I also created a variable for the total of all warehouses called vBoxesLoadedPerDay_AllWarehouses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 17:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429661#M34222</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429662#M34223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't see Boxes sheet... am I missing something obvious &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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/179068_Capture.PNG" style="height: 117px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429662#M34223</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-09T19:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429663#M34224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably attached an out-dated file.&amp;nbsp; I'll delete the attachment and post again in a few minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429663#M34224</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429664#M34225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, doesn't the total number of boxes loaded help, as below? After all, you do want the sum of all boxes loaded, regardless of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;PFWarehouse, Year, &lt;/STRONG&gt;Date&lt;/STRONG&gt;&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;Sum({$&amp;lt;RecordType={"LOAD"}&amp;gt;} TOTAL &amp;lt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;PFWarehouse, Year, &lt;/STRONG&gt;Date&lt;/STRONG&gt;&amp;gt; UnitsLoaded)&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429664#M34225</guid>
      <dc:creator>cristinapo</dc:creator>
      <dc:date>2017-10-09T19:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429665#M34226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment has been updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429665#M34226</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T19:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429666#M34227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logically that seems like it should work; unfortunately, it gives a blank result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429666#M34227</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429667#M34228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't see the attachment &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429667#M34228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-09T19:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429668#M34229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it's still loading?&amp;nbsp; If it doesn't show up in a few minutes I'll upload again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429668#M34229</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T19:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429669#M34230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated attachment should be there now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429669#M34230</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T19:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429670#M34231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you expecting following information?&lt;IMG __jive_id="179080" alt="Total.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179080_Total.PNG" style="width: 620px; height: 163px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429670#M34231</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-09T21:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429671#M34232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the totals you have look like the totals for the whole year.&amp;nbsp; I'm trying to get a total of all of the daily averages for each warehouse.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429671#M34232</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-09T21:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429672#M34233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny.&amp;nbsp; Have you had a chance to look at the new attachment I loaded?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 21:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429672#M34233</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-10T21:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429673#M34234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your requirement as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 338px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0.5pt solid #7f7f7f; border-image: none; background-color: #f2f2f2;" width="105"&gt;&lt;STRONG style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;PFWarehouse&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="105"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Avg Boxes Loaded Per Day&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Total&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;HUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;125,098&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;13.48%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;SAL&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;139,650&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;15.05%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;SBF&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;131,870&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;14.21%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;SSS&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;134,232&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;14.46%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;YBF&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;148,953&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;16.05%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;YSS&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;123,223&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;13.28%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;YUM&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;125,125&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;928,151&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;13.48%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula For Avg Boxes Loaded Per Day is Avg(Aggr(Sum({$&amp;lt;RecordType={"LOAD"}&amp;gt;} UnitsLoaded),Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total is sum of each of those individual values for warehouse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 21:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429673#M34234</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-10T21:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem summing an average in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429674#M34235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the behavior I'm looking for.&amp;nbsp; Are you able to replicate that behavior in a pivot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 21:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-summing-an-average-in-pivot-table/m-p/1429674#M34235</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-10-10T21:58:50Z</dc:date>
    </item>
  </channel>
</rss>

