<?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 total error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398535#M800633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have another dimension in your chart? Or is any of the dimension a calculated dimension? Would you be able to share a sample to check this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 21:29:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-11-29T21:29:55Z</dc:date>
    <item>
      <title>Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398532#M800628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Hello ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;I have a pivot table, the total sum of a column that contains a formula, is not correct, gives an incorrect number, in this case I should add 233 and not 208.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt; &lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185144_Capture.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;}&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;The expression of that OBJ column is the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;if ((Country = 'BB' or Country = 'BS' or Country = 'JM' or Country = 'TT' or Country = 'AW'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (TYPE_Client = 'PRES',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sum (Vp) &amp;lt;= 208, Sum (Vp), 208), sum (Vp)), sum (Vp))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;I appreciate your recommendations.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398532#M800628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398533#M800630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if ((Country = 'BB' or Country = 'BS' or Country = 'JM' or Country = 'TT' or Country = 'AW'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (TYPE_Client = 'PRES',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sum (Vp) &amp;lt;= 208, Sum (Vp), 208), sum (Vp)), sum (Vp))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;STRONG style="color: #ff0000;"&gt;, Representante, Ruta_O, Fuerza, Ciclo, TIPO_Cliente))&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 19:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398533#M800630</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T19:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398534#M800632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just make a change, but now, I am seeing values as 0 as you can see in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185157_Capture.JPG" style="height: 116px; width: 620px;" /&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/185165_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 20:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398534#M800632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T20:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398535#M800633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have another dimension in your chart? Or is any of the dimension a calculated dimension? Would you be able to share a sample to check this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 21:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398535#M800633</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T21:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398536#M800634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, any dimension is calculated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185176_Capture.JPG" style="height: 476px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 22:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398536#M800634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T22:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398537#M800639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you labeling using Expressions? Would you mind can you attach sample? Where and why it's not working we will test for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 01:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398537#M800639</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-30T01:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398538#M800641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to have only 4 dimensions? Again, I can only see what you share, but try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if ((Country = 'BB' or Country = 'BS' or Country = 'JM' or Country = 'TT' or Country = 'AW'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (TYPE_Client = 'PRES',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sum (Vp) &amp;lt;= 208, Sum (Vp), 208), sum (Vp)), sum (Vp))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12.8px; font-family: inherit; color: #ff0000;"&gt;, Representante, Ruta_O, segfuerza, DesCiclos))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;Basically, you need to use all your dimensions from the chart in the last line of the expression above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 01:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398538#M800641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-30T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table total error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398539#M800642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny , i forgot to thanks you, now is working fine, thank very much for your help. I like a lot this community and talk with the experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 17:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-total-error/m-p/1398539#M800642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-15T17:00:11Z</dc:date>
    </item>
  </channel>
</rss>

