<?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 Re: Sum(Value1*Value2)/Count(Product*Value2) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382043#M421173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the .QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Type2, Age 40&lt;/P&gt;&lt;P&gt;Sum(Value)=100+300+150=550&lt;/P&gt;&lt;P&gt;Count(Product)=3&lt;/P&gt;&lt;P&gt;Sum(Value)/Count(Product)=550/3=&lt;SPAN style="color: #3366ff;"&gt;183.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then 183.3*40=&lt;SPAN style="color: #ff0000;"&gt;7332&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=100/1=&lt;SPAN style="color: #3366ff;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 100*50=&lt;SPAN style="color: #ff0000;"&gt;500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""IT MUST BE 5000""&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 60&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=200+250=450&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=450/2=&lt;SPAN style="color: #3366ff;"&gt;225&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 225*60=&lt;SPAN style="color: #ff0000;"&gt;13500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then Sum(&lt;SPAN style="color: #ff0000;"&gt;7332+500+13500&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #3366ff;"&gt;183.3+100+225&lt;/SPAN&gt;)=41.96&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;""""""Then Sum(&lt;SPAN style="color: #ff0000;"&gt;7332+5000+13500&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #3366ff;"&gt;183.3+100+225&lt;/SPAN&gt;)=51"""".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope this help!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Sep 2017 12:05:15 GMT</pubDate>
    <dc:creator>rohitraut</dc:creator>
    <dc:date>2017-09-09T12:05:15Z</dc:date>
    <item>
      <title>Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382039#M421169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can be reached such kind of calculation?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value&lt;SPAN style="font-size: 13.3333px;"&gt;*Age&lt;/SPAN&gt;)/Count(Product&lt;SPAN style="font-size: 13.3333px;"&gt;*Age&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;GroupName, Product,Age, Value&lt;/P&gt;&lt;P&gt;Type1, Product1, 30, 100&lt;/P&gt;&lt;P&gt;Type1, Product1, 30, 200&lt;/P&gt;&lt;P&gt;Type2, Product1, 40, 100&lt;/P&gt;&lt;P&gt;Type2, Product1, 40, 300&lt;/P&gt;&lt;P&gt;Type2, Product1, 40, 150&lt;/P&gt;&lt;P&gt;Type2, Product1, 50, 100&lt;/P&gt;&lt;P&gt;Type2, Product1, 60, 200&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Product1, 60, 250&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need create expression where Age value can multiple each result from &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;*Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)/Count(Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;*Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On the count side it is not working.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As output I need&lt;/P&gt;&lt;P&gt;For example Type2, Age 40&lt;/P&gt;&lt;P&gt;Sum(Value)=100+300+150=550&lt;/P&gt;&lt;P&gt;Count(Product)=3&lt;/P&gt;&lt;P&gt;Sum(Value)/Count(Product)=550/3=&lt;SPAN style="color: #3366ff;"&gt;183.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then 183.3*40=&lt;SPAN style="color: #ff0000;"&gt;7332&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=100/1=&lt;SPAN style="color: #3366ff;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 100*50=&lt;SPAN style="color: #ff0000;"&gt;500&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 60&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=200+250=450&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=450/2=&lt;SPAN style="color: #3366ff;"&gt;225&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 225*60=&lt;SPAN style="color: #ff0000;"&gt;13500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then Sum(&lt;SPAN style="color: #ff0000;"&gt;7332+500+13500&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #3366ff;"&gt;183.3+100+225&lt;/SPAN&gt;)=41.96&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 21:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382039#M421169</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-09-08T21:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382040#M421170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure about your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sum(Value&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;*Age&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)/Count(Product&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;*Age&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;How Product and Age can multiply because Product is &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;characteristic&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt; and Age is number?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;How about this?&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Sum(Value*Age)/(Count(Product)*Count(Age))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382040#M421170</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-09T03:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382041#M421171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this attached and let me know if this what you are looking for?&lt;/P&gt;&lt;P&gt;Your expressions should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Count(Product)&lt;/P&gt;&lt;P&gt;= Sum(Value)&lt;/P&gt;&lt;P&gt;= Sum(Aggr((Sum(Value)/Count(Product)) *&amp;nbsp; Aggr(Age, GroupName, Age), GroupName, Age))&lt;/P&gt;&lt;P&gt;= Sum(Aggr((Sum(Value)/Count(Product)), GroupName, Age))&lt;/P&gt;&lt;P&gt;= Sum(Aggr((Sum(Value)/Count(Product)) *&amp;nbsp; Aggr(Age, GroupName, Age), GroupName,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age))/Sum(Aggr((Sum(Value)/Count(Product)), GroupName, Age))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382041#M421171</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-09T03:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382042#M421172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;maybe this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Age&lt;/SPAN&gt;*&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;Age&lt;/SPAN&gt;))/&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;Age&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176004_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 06:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382042#M421172</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-09-09T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382043#M421173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the .QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Type2, Age 40&lt;/P&gt;&lt;P&gt;Sum(Value)=100+300+150=550&lt;/P&gt;&lt;P&gt;Count(Product)=3&lt;/P&gt;&lt;P&gt;Sum(Value)/Count(Product)=550/3=&lt;SPAN style="color: #3366ff;"&gt;183.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then 183.3*40=&lt;SPAN style="color: #ff0000;"&gt;7332&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=100/1=&lt;SPAN style="color: #3366ff;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 100*50=&lt;SPAN style="color: #ff0000;"&gt;500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""IT MUST BE 5000""&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;Type2, Age 60&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)=200+250=450&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Product)=2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(Value)/Count(Product)=450/2=&lt;SPAN style="color: #3366ff;"&gt;225&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then 225*60=&lt;SPAN style="color: #ff0000;"&gt;13500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then Sum(&lt;SPAN style="color: #ff0000;"&gt;7332+500+13500&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #3366ff;"&gt;183.3+100+225&lt;/SPAN&gt;)=41.96&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;""""""Then Sum(&lt;SPAN style="color: #ff0000;"&gt;7332+5000+13500&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #3366ff;"&gt;183.3+100+225&lt;/SPAN&gt;)=51"""".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope this help!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 12:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382043#M421173</guid>
      <dc:creator>rohitraut</dc:creator>
      <dc:date>2017-09-09T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Value1*Value2)/Count(Product*Value2)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382044#M421174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for reply.&lt;/P&gt;&lt;P&gt;Now I am on testing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 22:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Value1-Value2-Count-Product-Value2/m-p/1382044#M421174</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-09-09T22:20:29Z</dc:date>
    </item>
  </channel>
</rss>

