<?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 Range multiplication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372052#M138334</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;...starting to give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know whether QV allows to multiply numbers of a set? Like Excel does it via PRODUCT() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is SUM() function which summarizes numbers of a given set, but I would like to multiply them in order to calculate coefficient of inflation for a period. So I need to do it in a chart, not in the script since user can select arbitrary period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 07:07:31 GMT</pubDate>
    <dc:creator>maksim_senin</dc:creator>
    <dc:date>2012-06-28T07:07:31Z</dc:date>
    <item>
      <title>Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372052#M138334</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;...starting to give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know whether QV allows to multiply numbers of a set? Like Excel does it via PRODUCT() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is SUM() function which summarizes numbers of a given set, but I would like to multiply them in order to calculate coefficient of inflation for a period. So I need to do it in a chart, not in the script since user can select arbitrary period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372052#M138334</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2012-06-28T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372053#M138335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Maxim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the attach application helps you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372053#M138335</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-06-28T07:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372054#M138336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks good! Since ln(a*c) = ln(a) + ln(c), we really can find a*b via exp of sum of ln(a) and ln(b)!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 22:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372054#M138336</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2012-06-28T22:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372055#M138337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;That's is a very nice use of Math!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula used is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Exp(Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Log&lt;/SPAN&gt;(Amount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Regards!&lt;/SPAN&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/372055#M138337</guid>
      <dc:creator>alexdataiq</dc:creator>
      <dc:date>2016-02-11T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/1553300#M440440</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Deepakk,&lt;/P&gt;&lt;P&gt;May i see the your example on attached qvw file. I have no qlik view and unable to open the file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 05:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/1553300#M440440</guid>
      <dc:creator>kristeljoymalapitan</dc:creator>
      <dc:date>2019-03-07T05:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Range multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/1742366#M453042</link>
      <description>&lt;P&gt;Hello, Can I check how do I get the calculation by month and product?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Date, Product, Amount&lt;/P&gt;&lt;P&gt;2020-01-01, ProductA, 0.2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;2020-01-31, ProductA, 0.5&lt;/P&gt;&lt;P&gt;The calculated field will be 0.2 * .... * 0.5&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will also have other month and product in the example above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-multiplication/m-p/1742366#M453042</guid>
      <dc:creator>gnmq</dc:creator>
      <dc:date>2020-09-09T10:53:18Z</dc:date>
    </item>
  </channel>
</rss>

