<?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: aggregated value in pivot table  total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506703#M189448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have found the answer, if you ever meet this sort of requirement you need to adjust the expression using dimensionality Function in my case &lt;/P&gt;&lt;P&gt;if(Dimensionality()=1 &lt;/P&gt;&lt;P&gt;&amp;nbsp; or Dimensionality()=0,&amp;nbsp;&amp;nbsp; sum([field]),&amp;nbsp;&amp;nbsp;&amp;nbsp; [field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 14:02:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-14T14:02:48Z</dc:date>
    <item>
      <title>aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506697#M189442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an aggregated value on a higher lever dimension that should repeated on a lower level dimension, the total should not be the sum of the&amp;nbsp; repeated value but rather the value itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the exemple is described bellow in the column expression 1 in the attached file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506697#M189442</guid>
      <dc:creator />
      <dc:date>2014-01-14T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506698#M189443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Distinct... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506698#M189443</guid>
      <dc:creator />
      <dc:date>2014-01-14T11:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506699#M189444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean&amp;nbsp; sum (distinct field)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506699#M189444</guid>
      <dc:creator />
      <dc:date>2014-01-14T11:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506700#M189445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry distinct will not help you, attached app may help u ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&amp;gt;=1,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Expression1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Expression1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&amp;gt;=1,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Expression1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Expression1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506700#M189445</guid>
      <dc:creator />
      <dc:date>2014-01-14T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506701#M189446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a combination of&lt;/P&gt;&lt;P&gt;sum( TOTAL &amp;lt;Dim1,Dim2, &amp;lt;dim3&amp;gt;&amp;gt; value) &lt;/P&gt;&lt;P&gt;TOTAL = All records in table&lt;/P&gt;&lt;P&gt;&amp;lt;dim1&amp;gt; will return aggregate by dim1&lt;/P&gt;&lt;P&gt;&amp;lt;dim1,dim2&amp;gt; will return aggregate by dim1,dim2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506701#M189446</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-14T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506702#M189447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(distinct sum( TOTAL &amp;lt;Dim1,Dim2, &amp;lt;dim3&amp;gt;&amp;gt; value))&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;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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Vikas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506702#M189447</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-01-14T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: aggregated value in pivot table  total</title>
      <link>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506703#M189448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have found the answer, if you ever meet this sort of requirement you need to adjust the expression using dimensionality Function in my case &lt;/P&gt;&lt;P&gt;if(Dimensionality()=1 &lt;/P&gt;&lt;P&gt;&amp;nbsp; or Dimensionality()=0,&amp;nbsp;&amp;nbsp; sum([field]),&amp;nbsp;&amp;nbsp;&amp;nbsp; [field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 14:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregated-value-in-pivot-table-total/m-p/506703#M189448</guid>
      <dc:creator />
      <dc:date>2014-01-14T14:02:48Z</dc:date>
    </item>
  </channel>
</rss>

