<?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 creating totals in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478921#M552507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a questions regarding the totals in a pivot table. I've noticed that if I create total by selecting Show partial Sums, it will display the sums of the measures. What if I don't want to display the sums?&lt;/P&gt;&lt;P&gt;In the attachment you'll find a pivot table which shows up the Actual Prices, MP Prices, PY Prices Mth and PY Prices Avg for each Group Material, split for month.&lt;/P&gt;&lt;P&gt;Now I want to show up these indicators at total level, not including the detail for Group Material.&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;P&gt;Please, see my attchament.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 09:31:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-05T09:31:18Z</dc:date>
    <item>
      <title>creating totals in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478921#M552507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a questions regarding the totals in a pivot table. I've noticed that if I create total by selecting Show partial Sums, it will display the sums of the measures. What if I don't want to display the sums?&lt;/P&gt;&lt;P&gt;In the attachment you'll find a pivot table which shows up the Actual Prices, MP Prices, PY Prices Mth and PY Prices Avg for each Group Material, split for month.&lt;/P&gt;&lt;P&gt;Now I want to show up these indicators at total level, not including the detail for Group Material.&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;P&gt;Please, see my attchament.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 09:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478921#M552507</guid>
      <dc:creator />
      <dc:date>2013-11-05T09:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: creating totals in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478922#M552508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want this level of granularity, then remove Group Material and leave only the Month that you are using as columns. &lt;/P&gt;&lt;P&gt;Then, replace your formulas with an aggregation by group material:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr([Act/Fact], [GroupMateria], Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;JV&lt;/P&gt;&lt;P&gt;&lt;A href="http://biexperience.wordpress.com/" title="http://biexperience.wordpress.com/"&gt;BI Experience | A place to share our Business Intelligence experiences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 09:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478922#M552508</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-11-05T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: creating totals in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478923#M552509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a new field and use that in the pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13836508191214975" jivemacro_uid="_13836508191214975"&gt;
&lt;P&gt;TableForExtraField:&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;GROUP_FOR_PIVOT, GROUP MATERIAL&lt;/P&gt;
&lt;P&gt;Natural Rubber, Natural Rubber&lt;/P&gt;
&lt;P&gt;Synthetic Rubber, Synthetic Rubber&lt;/P&gt;
&lt;P&gt;Carbon Black, Carbon Black&lt;/P&gt;
&lt;P&gt;Chemicals, Chemicals&lt;/P&gt;
&lt;P&gt;Textile reinforc., Textile reinforc.&lt;/P&gt;
&lt;P&gt;Metallic reinforc., Metallic reinforc.&lt;/P&gt;
&lt;P&gt;Total, Natural Rubber&lt;/P&gt;
&lt;P&gt;Total, Synthetic Rubber&lt;/P&gt;
&lt;P&gt;Total, Carbon Black&lt;/P&gt;
&lt;P&gt;Total, Chemicals&lt;/P&gt;
&lt;P&gt;Total, Textile reinforc.&lt;/P&gt;
&lt;P&gt;Total, Metallic reinforc.&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then use GROUP_FOR_PIVOT instead of GROUP MATERIAL you'll get the Totals at the end like you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 11:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-totals-in-a-pivot-table/m-p/478923#M552509</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-05T11:27:53Z</dc:date>
    </item>
  </channel>
</rss>

