<?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 Totals in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575850#M442526</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am developing a dashboard in which a Pivot chart needs to show Totals. The Chart shows the count of Projects and the annual revenue by Phase and by month. We are showing this data for the latest two months Separately in chart. Please see the attached image for better understanding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is The users want the Totals to show separately for every month in the end. just like the period is divided in every phase.&lt;/P&gt;&lt;P&gt;can anyone help?&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 11:48:49 GMT</pubDate>
    <dc:creator>Abhishek1</dc:creator>
    <dc:date>2019-05-02T11:48:49Z</dc:date>
    <item>
      <title>Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575850#M442526</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am developing a dashboard in which a Pivot chart needs to show Totals. The Chart shows the count of Projects and the annual revenue by Phase and by month. We are showing this data for the latest two months Separately in chart. Please see the attached image for better understanding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is The users want the Totals to show separately for every month in the end. just like the period is divided in every phase.&lt;/P&gt;&lt;P&gt;can anyone help?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 11:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575850#M442526</guid>
      <dc:creator>Abhishek1</dc:creator>
      <dc:date>2019-05-02T11:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575892#M442536</link>
      <description>&lt;P&gt;Did you try to add the partial sum for Period?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575892#M442536</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-02T12:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575953#M442539</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Yes I did. It shows partial sum for every Phase separately. I dont want to show it like that. I want to show the Total in the end to show totals separately for each month.&amp;nbsp; Please find the images of the output after applying partial sum and what I am trying to achieve. Please see the Total section of the Desired_Output image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 13:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575953#M442539</guid>
      <dc:creator>Abhishek1</dc:creator>
      <dc:date>2019-05-02T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575957#M442541</link>
      <description>&lt;P&gt;Try like this... create an island table in the script like this&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Dim&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;and then change Phase dimension to this&lt;BR /&gt;Pick(Dim, Phase, 'Total')&lt;/P&gt;&lt;P&gt;Sort order for this new dimension will use sort by expression&lt;BR /&gt;Only({1} Dim)*10000000 + any other sorting expression you have&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 14:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1575957#M442541</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-02T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576738#M442600</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understood that I have to create a data island named Dim. I am not clear what I have to do next. can you please explain a bit. sorry I am new here.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 06:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576738#M442600</guid>
      <dc:creator>Abhishek1</dc:creator>
      <dc:date>2019-05-06T06:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576740#M442601</link>
      <description>&lt;P&gt;hi Sunny,&lt;/P&gt;&lt;P&gt;I understood that I have to create a data island named Dim. I am not clear what I have to do next. can you please explain a bit. sorry I am new here.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 06:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576740#M442601</guid>
      <dc:creator>Abhishek1</dc:creator>
      <dc:date>2019-05-06T06:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576890#M442606</link>
      <description>&lt;P&gt;Are you able to share a sample where you trying to do this? It might be easier for you to see it implemented&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 11:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576890#M442606</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576906#M442607</link>
      <description>&lt;P&gt;Hi both!&lt;/P&gt;&lt;P&gt;I made a simplified example to ilustrate Sunny's solution (it is fanstastic, by the way, so clever).&lt;/P&gt;&lt;P&gt;Please see the attached file, maybe it helps you understand Sunny.&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576906#M442607</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-05-06T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576954#M442608</link>
      <description>&lt;P&gt;Brilliant, Thanks Very much.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1576954#M442608</guid>
      <dc:creator>Abhishek1</dc:creator>
      <dc:date>2019-05-06T13:39:18Z</dc:date>
    </item>
  </channel>
</rss>

