<?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: Problem with subtotals in a pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200210#M386576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all your dimensions? 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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IF(PHASE='PHASE1',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY),&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&gt;IF(PHASE='PHASE2',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date2)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY)))&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;, DimensionNamesHere))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 10:25:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-04T10:25:19Z</dc:date>
    <item>
      <title>Problem with subtotals in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200209#M386575</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 the following formulain a pivot chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(PHASE='PHASE1',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY),&lt;/P&gt;&lt;P&gt;IF(PHASE='PHASE2',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date2)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i check the show partial sums in the presentation for the field PHASE the totals do not show for the phases.&lt;/P&gt;&lt;P&gt;I think this is happening because i have in the formula if condition and no sum(if...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert the formula in order to have the totals for the phase in the top.&lt;/P&gt;&lt;P&gt;I have to mention that i want to show and other subtotals for other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200209#M386575</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-10-04T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with subtotals in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200210#M386576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all your dimensions? 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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IF(PHASE='PHASE1',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY),&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&gt;IF(PHASE='PHASE2',sum({&amp;lt;SALES_DATE={'&amp;gt;=$(=start_date2)&amp;lt;=$(=end_date)'},FORMAT={'3_HYPFL','1_SUPER','4_PROXI','2_HYPMI'}-{'FRANC'},SKLA={'SKLA'},STORE_SKLA={'STORE_SKLA'} &amp;gt;} SALES_QTY)))&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;, DimensionNamesHere))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200210#M386576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T10:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with subtotals in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200211#M386577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is OK. Thank you very match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-subtotals-in-a-pivot-chart/m-p/1200211#M386577</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-10-04T10:32:15Z</dc:date>
    </item>
  </channel>
</rss>

