<?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 Can a user remove 'show partial sum' for dimensions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542039#M1137413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several sheets that show employee statistics for date range. Each dimension (department, manager, month, etc) is set to show partial totals by default in the sheet.&amp;nbsp; Is there a way to allow the user to toggle these totals on/off?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 17:39:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-10T17:39:21Z</dc:date>
    <item>
      <title>Can a user remove 'show partial sum' for dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542039#M1137413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several sheets that show employee statistics for date range. Each dimension (department, manager, month, etc) is set to show partial totals by default in the sheet.&amp;nbsp; Is there a way to allow the user to toggle these totals on/off?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542039#M1137413</guid>
      <dc:creator />
      <dc:date>2013-10-10T17:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can a user remove 'show partial sum' for dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542040#M1137414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using macros you can do&lt;/P&gt;&lt;P&gt;Below is sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH06")&lt;/P&gt;&lt;P&gt;set cp = chart.GetProperties&lt;/P&gt;&lt;P&gt;set dims = cp.Dimensions&lt;/P&gt;&lt;P&gt;dims(0).ShowPartialSums = false&amp;nbsp;&amp;nbsp;&amp;nbsp; 'false - do not show sums, true - Show partial sum.&lt;/P&gt;&lt;P&gt;chart.SetProperties cp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 18:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542040#M1137414</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-10T18:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can a user remove 'show partial sum' for dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542041#M1137415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using QV11 it's easier to add the dimension twice, once with partial sums enabled and once without, and use the conditional display expression to toggle between the two. See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 07:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542041#M1137415</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-11T07:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can a user remove 'show partial sum' for dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542042#M1137416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;I got it fixed with dimensionality().&lt;/P&gt;&lt;P&gt;Might not be a very dynamic solution, but it fixed my table.&lt;/P&gt;&lt;P&gt;The Total has two dimensons. These are the first two columns of my table. Please see png.&lt;IMG alt="Remove Patrial Sum.png" class="jive-image image-1" src="/legacyfs/online/106174_Remove Patrial Sum.png" style="width: 620px; height: 93px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=2, '',&lt;BR /&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: #800000; font-size: 8pt;"&gt;Material.GivAmount&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;(Order&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;.Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Cheers Bernd&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-a-user-remove-show-partial-sum-for-dimensions/m-p/542042#M1137416</guid>
      <dc:creator>berndjaegle</dc:creator>
      <dc:date>2015-11-20T09:29:36Z</dc:date>
    </item>
  </channel>
</rss>

