<?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 Pivot table to show average in partial sums in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286046#M402643</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;Appreciate any help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below table is what i am trying to achieve. I need the &lt;STRONG&gt;AVERAGE&lt;/STRONG&gt; column beside the &lt;STRONG&gt;Total&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table - Average field.png" class="jive-image image-3" src="/legacyfs/online/147108_Pivot Table - Average field.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieve the below, but i do not need the average column for all dimension Dim2. Only need the last &lt;STRONG&gt;AVERAGE&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table - Average field1.png" class="jive-image image-2" src="/legacyfs/online/147107_Pivot Table - Average field1.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 06:21:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-20T06:21:47Z</dc:date>
    <item>
      <title>Pivot table to show average in partial sums</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286046#M402643</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;Appreciate any help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below table is what i am trying to achieve. I need the &lt;STRONG&gt;AVERAGE&lt;/STRONG&gt; column beside the &lt;STRONG&gt;Total&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table - Average field.png" class="jive-image image-3" src="/legacyfs/online/147108_Pivot Table - Average field.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieve the below, but i do not need the average column for all dimension Dim2. Only need the last &lt;STRONG&gt;AVERAGE&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table - Average field1.png" class="jive-image image-2" src="/legacyfs/online/147107_Pivot Table - Average field1.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 06:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286046#M402643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T06:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table to show average in partial sums</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286047#M402644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send sample to work, This will works and lot make sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286047#M402644</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-20T11:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table to show average in partial sums</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286048#M402645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two possibilities - one is to add an extra field-value in Dim2 and the another is to use respectively to create a further dimension Dim3 above your Dim2 either by using a superior-group or just by typing a string like 'All available values of Dim2' into a calculated Dim3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next then would be to query this additionally fieldvalue like: if(Dim2 = 'avg Dim2', avg(value), sum(value)) or by the dimension-version with: if(secondarydimensionality() = 0, avg(value), sum(value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286048#M402645</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-20T11:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table to show average in partial sums</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286049#M402646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something along these lines:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/239126"&gt;How to suppress 0 in expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 12:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-to-show-average-in-partial-sums/m-p/1286049#M402646</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-20T12:02:38Z</dc:date>
    </item>
  </channel>
</rss>

