<?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 without some totals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225085#M874982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cristina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new expression and enter this: Dimensionality(),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you a number for your totals, then use that number for an if condition in your expresion you don't need the totals, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality() = 1, sum(sales), )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the result for the total of Dimensionality() &amp;lt;&amp;gt; 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 19:46:33 GMT</pubDate>
    <dc:creator>javierortiz79</dc:creator>
    <dc:date>2016-11-10T19:46:33Z</dc:date>
    <item>
      <title>Pivot without some totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225082#M874979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I have a pivot and, for some expression, I don't want their totals at the right. In expression I an't select NO TOTALS and also in presentation I can't say not tu sum. thanks in advace!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143427_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/143428_Capture.PNG" style="height: auto;" /&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-without-some-totals/m-p/1225082#M874979</guid>
      <dc:creator>clovati</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot without some totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225083#M874980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To remove totals uncheck the 'Show Partial Sums'&amp;nbsp; for Dimension values in presentation tab.&lt;/P&gt;&lt;P&gt;It will remove Totals for the expression column for that particular dimension only.&lt;/P&gt;&lt;P&gt;I do not know other way around to do it, maybe a Qlik expert can suggest more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 21:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225083#M874980</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-11-09T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot without some totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225084#M874981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check @&lt;A _jive_internal="true" data-avatarid="12219" data-externalid="" data-online="false" data-presence="null" data-userid="15823" data-username="swuehl" href="https://community.qlik.com/people/swuehl"&gt;&lt;SPAN style="color: #8ca9cd;"&gt;Stefan Wühl&lt;/SPAN&gt;&lt;/A&gt; solution here &lt;A href="https://community.qlik.com/thread/75099"&gt;How to Remove Total &amp;amp;amp; Sub Total from One Column in Pivot Table?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 10:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225084#M874981</guid>
      <dc:creator />
      <dc:date>2016-11-10T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot without some totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225085#M874982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cristina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new expression and enter this: Dimensionality(),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you a number for your totals, then use that number for an if condition in your expresion you don't need the totals, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality() = 1, sum(sales), )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the result for the total of Dimensionality() &amp;lt;&amp;gt; 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 19:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225085#M874982</guid>
      <dc:creator>javierortiz79</dc:creator>
      <dc:date>2016-11-10T19:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot without some totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225086#M874983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimensionality for colums&lt;/P&gt;&lt;P&gt;secondarydimensionality for rows (pivot)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-without-some-totals/m-p/1225086#M874983</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-11T12:17:48Z</dc:date>
    </item>
  </channel>
</rss>

