<?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 Ratio with partial sum ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234895#M86207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula would be something like the following:&lt;/P&gt;&lt;P&gt;sum(Sales)/sum(total &amp;lt;month&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;The "total &amp;lt;month&amp;gt;" will give you the partial sum for month.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 19:16:36 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2011-03-01T19:16:36Z</dc:date>
    <item>
      <title>Ratio with partial sum ?</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234894#M86206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikview community&lt;BR /&gt;&lt;BR /&gt; How can I assume a partial sum in the calculation formula?&lt;BR /&gt;&lt;BR /&gt; I want a output for the column "factor" the ratio of the blue markings / by the partial sum for the months, red flag, etc. ..&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;Example&lt;/B&gt;:&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The row "T-Online Business" has a value of € 18,279.24. This value should be divided by the monthly sum of € 67,697.67.&lt;BR /&gt;The row "T-Online Lifestyle" has a value of € 20,909.60. This value should be divided by the monthly sum of € 67,697.67.&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;The row "3minutes"" has a value of € 65,014.29. This value should be divided by the monthly sum of € 121,026.00.&lt;BR /&gt;and so on...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; How can I do this ? Thank you very much !&lt;BR /&gt;&lt;BR /&gt; Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 19:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234894#M86206</guid>
      <dc:creator />
      <dc:date>2011-03-01T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Ratio with partial sum ?</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234895#M86207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula would be something like the following:&lt;/P&gt;&lt;P&gt;sum(Sales)/sum(total &amp;lt;month&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;The "total &amp;lt;month&amp;gt;" will give you the partial sum for month.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 19:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234895#M86207</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-03-01T19:16:36Z</dc:date>
    </item>
    <item>
      <title>Ratio with partial sum ?</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234896#M86208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;P&gt;I tried this formula: &lt;B&gt;= sum(conversion)/ sum(total &amp;lt; &lt;I&gt;[HEL_DATA_Datum &amp;gt; MONTH]&lt;/I&gt; &amp;gt; conversion)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;But it wont work ! Please look at my qvw app that i have attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 19:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234896#M86208</guid>
      <dc:creator />
      <dc:date>2011-03-01T19:31:45Z</dc:date>
    </item>
    <item>
      <title>Ratio with partial sum ?</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234897#M86209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't refer to the columns within a sum since QV doesn't allow nested sums so the formula should be:&lt;/P&gt;&lt;P&gt;=conversion&lt;BR /&gt;/&lt;/P&gt;&lt;P&gt;money(sum(total &amp;lt;[HEL_DATA_Datum &amp;gt; MONTH]&amp;gt;&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;if( index(concat([HEL_BANNER_Banner]),'lock')&amp;gt;=1,&lt;BR /&gt;(sum([HEL_DATA_Imps mit Defaults])*0.5),(sum([HEL_DATA_Imps mit Defaults])) ) *&lt;BR /&gt;SAL_OPPORTUNITYLINEITEM_UnitPrice&lt;/P&gt;&lt;P&gt;,SAL_OPPORTUNITY_Name, SAL_PRODUCT_Name)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 19:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234897#M86209</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-03-01T19:37:12Z</dc:date>
    </item>
    <item>
      <title>Ratio with partial sum ?</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234898#M86210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 19:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-with-partial-sum/m-p/234898#M86210</guid>
      <dc:creator />
      <dc:date>2011-03-01T19:43:00Z</dc:date>
    </item>
  </channel>
</rss>

