<?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 Calculate Difference off of two measures in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410106#M426521</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;I'm doing a calculation within the measure to find a performance percentage (verification rate) month to month. I'm wondering if its possible to make a column in a table averaging the variance between the months of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan- Verification Rate&lt;/P&gt;&lt;P&gt;Feb- Verification Rate&lt;/P&gt;&lt;P&gt;Mar- Verification Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Jan and Feb = 5% and the difference between Feb and Mar = 15%. The average variance is = 10%? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in Qlik Sense Desktop? I'm very new to writing calculations so appreciate any help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 20:07:48 GMT</pubDate>
    <dc:creator>megan_deboer</dc:creator>
    <dc:date>2017-10-06T20:07:48Z</dc:date>
    <item>
      <title>Calculate Difference off of two measures</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410106#M426521</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;I'm doing a calculation within the measure to find a performance percentage (verification rate) month to month. I'm wondering if its possible to make a column in a table averaging the variance between the months of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan- Verification Rate&lt;/P&gt;&lt;P&gt;Feb- Verification Rate&lt;/P&gt;&lt;P&gt;Mar- Verification Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Jan and Feb = 5% and the difference between Feb and Mar = 15%. The average variance is = 10%? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in Qlik Sense Desktop? I'm very new to writing calculations so appreciate any help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410106#M426521</guid>
      <dc:creator>megan_deboer</dc:creator>
      <dc:date>2017-10-06T20:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Difference off of two measures</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410107#M426522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use chart inter record functions for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table chart with your month dimension (sorted by month ascending) and your rate measure as expression (assuming =Sum(FIELD) )&lt;/P&gt;&lt;P&gt;The percentage increase could be calculated like&lt;/P&gt;&lt;P&gt;=Sum(FIELD) / &lt;STRONG&gt;Above&lt;/STRONG&gt;(Sum(FIELD)) -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/above.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/above.htm"&gt;Above - chart function ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 21:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410107#M426522</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-06T21:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Difference off of two measures</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410108#M426523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megan,&lt;/P&gt;&lt;P&gt;This isn't so much a Qlik question as a maths question and we need to be careful. If a qty increases 5% from Jan to Feb then increases a further 15% Feb to Mar then the total increase is not 20% of the starting value but 20.75%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100 =&amp;gt; 105 =&amp;gt; 120.75&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is the average growth rate half of 20.75%? No, it's not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we understand the average to mean the equivalent constant growth each month to achieve the actual then the "average" is around 9.886%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2017 11:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Difference-off-of-two-measures/m-p/1410108#M426523</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-07T11:45:26Z</dc:date>
    </item>
  </channel>
</rss>

