<?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: Sub Totals not Correct in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103955#M631023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is actually what i need. Thank you&lt;/P&gt;&lt;P&gt;its working very perfectly now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One More thing, i am trying to use Equal to but it seems not to work here is my expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ((CUST_CREATED_DATE &amp;lt;&amp;gt; CUST_LAST_SALES_DATE), Count (CUST_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dashboard with Shopping Customers also i have Created CUstomers, i want to have a dashboard that will show me the number of old customers that actually came shopping, not the new customer that came shopping (more or less like a RETURNEE DASHBOARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 17:08:35 GMT</pubDate>
    <dc:creator>oseimuduame</dc:creator>
    <dc:date>2016-08-01T17:08:35Z</dc:date>
    <item>
      <title>Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103952#M631020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Evening guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i just noticed that my PIVOT table Sum is Not correct... if i sum what i have in my table its not correlating with the SUM i am having.&lt;/P&gt;&lt;P&gt;please any help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my Projects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103952#M631020</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2016-08-01T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103953#M631021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not downloading 46MB just to have a look. So I'm going to guess that your expression isn't a simply sum and therefore doesn't give the same result at the total level as the sum of the rows. If you can use a straight table instead of a pivot table you can set the Total Mode to Sum of rows. The pivot table doesn't have that option. So you need something like sum(aggr( ...your_expression... , Dim1, Dim2, ...., DimN)) where &lt;SPAN style="font-size: 13.3333px;"&gt;Dim1, Dim2, ...., DimN are the dimensions of your pivot table. And if that doesn't work then your expression is referencing other chart expressions by their label names. In which case you'll need to replace them in your incorrectly-summing-expression with the actual expressions instead of the expression label names.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 16:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103953#M631021</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-01T16:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103954#M631022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Total make the same calculo of you&amp;nbsp; expression...you can chage the expression of total with if(dimensionality()=0,total,expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 16:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103954#M631022</guid>
      <dc:creator />
      <dc:date>2016-08-01T16:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103955#M631023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is actually what i need. Thank you&lt;/P&gt;&lt;P&gt;its working very perfectly now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One More thing, i am trying to use Equal to but it seems not to work here is my expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ((CUST_CREATED_DATE &amp;lt;&amp;gt; CUST_LAST_SALES_DATE), Count (CUST_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dashboard with Shopping Customers also i have Created CUstomers, i want to have a dashboard that will show me the number of old customers that actually came shopping, not the new customer that came shopping (more or less like a RETURNEE DASHBOARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103955#M631023</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2016-08-01T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103956#M631024</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; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Count (&lt;/SPAN&gt;if ((CUST_CREATED_DATE &amp;lt;&amp;gt; CUST_LAST_SALES_DATE), CUST_ID))&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: 12px; background-color: #f2f2f2;"&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; font-size: 12px; background-color: #f2f2f2;"&gt;but this is not performatic. i sugest creat a new fiel on script and use a set analisys on expression&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: 12px; background-color: #f2f2f2;"&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; font-size: 12px; background-color: #f2f2f2;"&gt;load if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;CUST_CREATED_DATE &amp;lt;&amp;gt; CUST_LAST_SALES_DATE,1) as Flag,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; 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-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;Flag={1}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;CUST_ID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103956#M631024</guid>
      <dc:creator />
      <dc:date>2016-08-01T17:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103957#M631025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;gt; means &lt;EM&gt;not equal&lt;/EM&gt;. = means &lt;EM&gt;equal&lt;/EM&gt;. You're using &lt;EM&gt;not equal&lt;/EM&gt; instead of &lt;EM&gt;equal&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103957#M631025</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-01T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103958#M631026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i Used the Flag but my expression is underlined in Red though it gave me Result.... But my Total Under the PIVOT is still not correct i tried using the Sum(aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;count({&amp;lt;Flag={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;CUST_ID))) but not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103958#M631026</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2016-08-01T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103959#M631027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... i want to get Not Equal to Not the Equal to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103959#M631027</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2016-08-01T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103960#M631028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need put your dimensions on aggr&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: 12px; background-color: #f2f2f2;"&gt;Sum(aggr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;count({&amp;lt;Flag={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;CUST_ID),Dim1,Dim2,Dim3)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;You need put the same dimensions of your put in your pivot table&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103960#M631028</guid>
      <dc:creator />
      <dc:date>2016-08-01T18:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Totals not Correct</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103961#M631029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you got a correct answer select one to keep organized community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-Totals-not-Correct/m-p/1103961#M631029</guid>
      <dc:creator />
      <dc:date>2016-08-02T12:24:17Z</dc:date>
    </item>
  </channel>
</rss>

