<?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: %change calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23368#M791301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Frequency)/Above(Sum(Frequency)) - 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 13:39:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-30T13:39:14Z</dc:date>
    <item>
      <title>%change calculation</title>
      <link>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23366#M791299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on calculation of %change.&lt;/P&gt;&lt;P&gt;In the excel the %change is calculated from Frequency aggregated by month as&lt;/P&gt;&lt;P&gt;N/A&lt;/P&gt;&lt;P&gt;=(I10-I9)*100/I9&lt;/P&gt;&lt;P&gt;=(I11-I10)*100/I10&lt;/P&gt;&lt;P&gt;=(I12-I11)*100/I11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on getting this calculation into Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23366#M791299</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: %change calculation</title>
      <link>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23367#M791300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use either previous / peek functions in the script or the Above function on the chart&lt;/P&gt;&lt;P&gt;in script you sort your data by date then in a successive reload you wirte:&lt;/P&gt;&lt;P&gt;if (rowNO() = 1,null(),100*(Frequency - previous(Frequency)) / previous(Frequency)) as %Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the chart you would write: 100 * (Sum(Frequency) - Above(Sum(Frequency))) / above(Sum(Frequency))&lt;/P&gt;&lt;P&gt;or Sum(Frequency) / Above(Sum(Frequency)) - 1&lt;/P&gt;&lt;P&gt;and you set formatting to display as percentage in the NUMBER tab of the chart's properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23367#M791300</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-01-30T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: %change calculation</title>
      <link>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23368#M791301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Frequency)/Above(Sum(Frequency)) - 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-calculation/m-p/23368#M791301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-30T13:39:14Z</dc:date>
    </item>
  </channel>
</rss>

