<?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 Pivot table partial sum issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304847#M1192628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;Thanks for your answer. But it seems like the expression is not&lt;/P&gt;&lt;P&gt;taking the cyclic groups' name. In return its gving me all zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I wrote in the denominator of the expression.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;/P&gt;&lt;P&gt;FACT_TYPE={'Current'},&lt;/P&gt;&lt;P&gt;FLAG_HEALTH_REPORT={'1'}, &lt;/P&gt;&lt;P&gt;REVENUE_RECOGNITION_FLAG ={'Yes'},&lt;/P&gt;&lt;P&gt; IS_PART_ACTIVE={'1'},&lt;/P&gt;&lt;P&gt; MODIFIED_DATE={"&amp;lt;=$(vMaxDate)"}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total &amp;lt;[Group 1],STAGE, Bucket_Test&amp;gt;&amp;nbsp; [TOTAL_VALUE])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 21:53:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-25T21:53:29Z</dc:date>
    <item>
      <title>Pivot table partial sum issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304845#M1192626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I have the following pivot table as shown in the attached screenshot.&lt;/P&gt;&lt;P&gt;The problem is i am not getting a correct value for "% of Total Value" and "% of Opportunity".&lt;/P&gt;&lt;P&gt;The requirement is: % of Total Value should calculate the percentage contribution of the bucket, stage and cyclic group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can kindly have a look into the screenshot,&lt;/P&gt;&lt;P&gt;what I want in % of Total Value is a ratio?&lt;/P&gt;&lt;P&gt;For example for the first line it should be &lt;/P&gt;&lt;P&gt;2,362,381,545/2,362,381,545 = 100%&lt;/P&gt;&lt;P&gt;Second line should be 316,643,697/316,643,697= 100%&lt;/P&gt;&lt;P&gt;and the third line should be 609,040/609,040 =100%&lt;/P&gt;&lt;P&gt;but the 9th line should be 119,925,268/161,821,219= 74.1%&lt;/P&gt;&lt;P&gt;and the 15th line should be 11,160,830/11,285,790= 98.89% and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have no clue how to do it.&lt;/P&gt;&lt;P&gt;I need you all experts' help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 17:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304845#M1192626</guid>
      <dc:creator />
      <dc:date>2011-07-25T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Pivot table partial sum issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304846#M1192627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The actual expression you should use will depend on the field (and group) names you are using. &lt;/P&gt;&lt;P&gt;But if the Total Value expression is: sum (Value) &lt;/P&gt;&lt;P&gt;The % expression will be: &lt;/P&gt;&lt;P&gt;=Sum(Value)/&lt;/P&gt;&lt;P&gt;Sum(total &amp;lt;GroupName, Stage, Bucket&amp;gt; Value)&amp;nbsp; //Where GroupName should be replaced by the name of the cyclic group on your chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 18:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304846#M1192627</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-07-25T18:38:07Z</dc:date>
    </item>
    <item>
      <title>Pivot table partial sum issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304847#M1192628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;Thanks for your answer. But it seems like the expression is not&lt;/P&gt;&lt;P&gt;taking the cyclic groups' name. In return its gving me all zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I wrote in the denominator of the expression.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;/P&gt;&lt;P&gt;FACT_TYPE={'Current'},&lt;/P&gt;&lt;P&gt;FLAG_HEALTH_REPORT={'1'}, &lt;/P&gt;&lt;P&gt;REVENUE_RECOGNITION_FLAG ={'Yes'},&lt;/P&gt;&lt;P&gt; IS_PART_ACTIVE={'1'},&lt;/P&gt;&lt;P&gt; MODIFIED_DATE={"&amp;lt;=$(vMaxDate)"}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total &amp;lt;[Group 1],STAGE, Bucket_Test&amp;gt;&amp;nbsp; [TOTAL_VALUE])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 21:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-partial-sum-issue/m-p/304847#M1192628</guid>
      <dc:creator />
      <dc:date>2011-07-25T21:53:29Z</dc:date>
    </item>
  </channel>
</rss>

