<?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 Total sum on Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-sum-on-Pivot-table/m-p/454504#M485355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used a Pivot table in Qlikview to create a Balance Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dimensions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group&lt;/P&gt;&lt;P&gt;Share&lt;/P&gt;&lt;P&gt;Company Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for Column one is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=27000 &amp;lt;=27999'}&amp;gt;}&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;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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=31000 &amp;lt;=31999'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;+&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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=42000 &amp;lt;=42399'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The Calculation works perfectly. However the calculation for Column 2 is the the Company share depending on the Share dimesion for that Company, so the expression for Column 2 is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Column(1)/100*&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Miller Group Share] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;This also works and calculates correctly &amp;amp; I have subtotals on the Group and Share dimensions to show totals. All the totals are working with the exception of Column 2's total by Group, see attached spreadsheet for example. It shows as a blank. I need this to total and can't see how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Please can you help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Nikki &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 13:07:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-15T13:07:59Z</dc:date>
    <item>
      <title>Total sum on Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-on-Pivot-table/m-p/454504#M485355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used a Pivot table in Qlikview to create a Balance Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dimensions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group&lt;/P&gt;&lt;P&gt;Share&lt;/P&gt;&lt;P&gt;Company Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for Column one is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=27000 &amp;lt;=27999'}&amp;gt;}&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;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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=31000 &amp;lt;=31999'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;+&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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PeriodwithAPYC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections(PeriodwithAPYC))', 'BegBal'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'AA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=getfieldselections([Fiscal Year])-1)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Object Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=42000 &amp;lt;=42399'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The Calculation works perfectly. However the calculation for Column 2 is the the Company share depending on the Share dimesion for that Company, so the expression for Column 2 is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Column(1)/100*&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Miller Group Share] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;This also works and calculates correctly &amp;amp; I have subtotals on the Group and Share dimensions to show totals. All the totals are working with the exception of Column 2's total by Group, see attached spreadsheet for example. It shows as a blank. I need this to total and can't see how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Please can you help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Nikki &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 13:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-on-Pivot-table/m-p/454504#M485355</guid>
      <dc:creator />
      <dc:date>2013-04-15T13:07:59Z</dc:date>
    </item>
  </channel>
</rss>

