<?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: Pivot table Grand Total Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804383#M667345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your query, at the Shop level you want to get the average of the TransDesc results.&amp;nbsp; At the Total level you want to Average the Averages of each shop, rather than a weighted average of each TrnsDesc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could wrap the expression in another aggr:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,Shop))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inner Avg(Aggr will calculate the internal result of average of the TrnsDesc for the shop.&amp;nbsp; The outer will then take the Average of those results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On issue may be that it will not longer show the result for each TrnsDesc, but only one per shop (as the Aggr level is too high now, it can only return one total value per shop).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get around you could use the Dimensionality() function as in:&lt;/P&gt;&lt;P&gt;If(Dimensionality()=0, new expression, existing expression).&amp;nbsp; That will tell it to only do the more complex expression on the grand total row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 00:13:38 GMT</pubDate>
    <dc:creator>michael_anthony</dc:creator>
    <dc:date>2014-11-11T00:13:38Z</dc:date>
    <item>
      <title>Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804381#M667343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created the following command to give me an average for each of my nine shops:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly.&amp;nbsp; What I want to do now is create an avg of these 3 shops.&amp;nbsp; So if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc)) produces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carp - 1.20&lt;/P&gt;&lt;P&gt;Elec - 1.15&lt;/P&gt;&lt;P&gt;Plumb - 1.16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see following:&lt;/P&gt;&lt;P&gt;Carp - 1.20&lt;/P&gt;&lt;P&gt;Elec - 1.15&lt;/P&gt;&lt;P&gt;Plumb - 1.16&lt;/P&gt;&lt;P&gt; Avg Total - 1.17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this in one pivot graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 20:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804381#M667343</guid>
      <dc:creator />
      <dc:date>2014-11-10T20:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804382#M667344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a picture of what I have so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/70888_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this example I want to Avg 4.25.1.84, and 6.61 together and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 20:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804382#M667344</guid>
      <dc:creator />
      <dc:date>2014-11-10T20:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804383#M667345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your query, at the Shop level you want to get the average of the TransDesc results.&amp;nbsp; At the Total level you want to Average the Averages of each shop, rather than a weighted average of each TrnsDesc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could wrap the expression in another aggr:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,Shop))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inner Avg(Aggr will calculate the internal result of average of the TrnsDesc for the shop.&amp;nbsp; The outer will then take the Average of those results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On issue may be that it will not longer show the result for each TrnsDesc, but only one per shop (as the Aggr level is too high now, it can only return one total value per shop).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get around you could use the Dimensionality() function as in:&lt;/P&gt;&lt;P&gt;If(Dimensionality()=0, new expression, existing expression).&amp;nbsp; That will tell it to only do the more complex expression on the grand total row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 00:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804383#M667345</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-11T00:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804384#M667346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;You may need to put&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$ &amp;lt;TrnsDateYear={2013}&amp;gt;} into the outer Avg function if the selections remove those records - I haven't tested that component.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 00:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804384#M667346</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-11T00:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804385#M667347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;can you share your app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF(dimensionality()=0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&lt;BR /&gt;&lt;/SPAN&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;"&gt;avg(aggr(sum({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} Quantity)/count({$ &amp;lt;TrnsDateYear={2013}&amp;gt;} WorkOrderID),Shop,TrnsDesc))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have to enable Partial Sum for the first column&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 05:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804385#M667347</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804386#M667348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestion and it cleared out all the rows except for the avg of all the shops total line.&amp;nbsp; The problem with my app is I am pulling data from multiple qvds and excel files so posting it would be difficult unless you dont need to reload.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804386#M667348</guid>
      <dc:creator />
      <dc:date>2014-11-11T12:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804387#M667349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that I need to reload your app. Anyway, we always have a binary load option.&lt;/P&gt;&lt;P&gt;I just need to look at this pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 13:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804387#M667349</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804388#M667350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gottcha...Here is a copy of my App.&amp;nbsp; Let me know what you discover. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 13:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804388#M667350</guid>
      <dc:creator />
      <dc:date>2014-11-11T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804389#M667351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #0433ff;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;dimensionality&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;()=0,&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;Quantity&lt;SPAN style="color: #000000;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;WorkOrderID&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;Shop&lt;SPAN style="color: #000000;"&gt;))&lt;BR /&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;Quantity&lt;SPAN style="color: #000000;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;WorkOrderID&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;Shop&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;TrnsDesc&lt;SPAN style="color: #000000;"&gt;))&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Looks promising..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Sergey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804389#M667351</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804390#M667352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the following is definitely correct. I checked additionally in Excel&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #0433ff;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;dimensionality&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;()=0,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;Quantity&lt;SPAN style="color: #000000;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;WorkOrderID&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;Shop&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;TrnsDesc&lt;SPAN style="color: #000000;"&gt;))),&lt;/SPAN&gt;Shop&lt;SPAN style="color: #000000;"&gt;))&lt;BR /&gt; &lt;BR /&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;Quantity&lt;SPAN style="color: #000000;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$ &amp;lt;&lt;/SPAN&gt;TrnsDateYear&lt;SPAN style="color: #000000;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;WorkOrderID&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;Shop&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;TrnsDesc&lt;SPAN style="color: #000000;"&gt;))&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Sergey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804390#M667352</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804391#M667353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&amp;nbsp; It worked.&amp;nbsp; This is awesome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804391#M667353</guid>
      <dc:creator />
      <dc:date>2014-11-11T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804392#M667354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;To help other people with similar issues, could you mark the answers as correct and helpful, if you find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 22:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804392#M667354</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T22:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Grand Total Question</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804393#M667355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THank you for the reminder.&amp;nbsp; I need to mark the second one right because that was the fix.&amp;nbsp; I will do it in a bit. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 23:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Grand-Total-Question/m-p/804393#M667355</guid>
      <dc:creator />
      <dc:date>2014-11-11T23:49:35Z</dc:date>
    </item>
  </channel>
</rss>

