<?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: Calculating Variance for KPI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250022#M869784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are getting the right output now, I don't see why it would be a problem at a later point. You are going to be carrying out the same operation each time. So you should be good to go &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 23:38:47 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-29T23:38:47Z</dc:date>
    <item>
      <title>Calculating Variance for KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250019#M869781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking to make a simple variance KPI beneath the KPI numbers i've got, comparing current and last year numbers and showing the difference in %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current year expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AAR={$(=Max(AAR))}&amp;gt;}ARBLED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Last year Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AAR={$(=Max(AAR)-1)}&amp;gt;}ARBLED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAR in the expression above is a year field in my data set.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to simply divide last year with current year. However my output isn't the same numbers calculated normally at all (which could give me say 0,9, and therefore the difference would be -0,1(-10%). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I basically want to show it this way, only missing the variance:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-11-30 00_04_40-How to use KPI to compare this month KPI to las... _ Qlik Community – Google Chr.png" class="jive-image image-1" height="181" src="/legacyfs/online/145206_2016-11-30 00_04_40-How to use KPI to compare this month KPI to las... _ Qlik Community – Google Chr.png" style="height: 180.826px; width: 286px;" width="286" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark J&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/Calculating-Variance-for-KPI/m-p/1250019#M869781</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Variance for KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250020#M869782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying that your numbers from the two expressions are incorrect? Because 17.96/46.62 = 38.52% or 39%, Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250020#M869782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T23:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Variance for KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250021#M869783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - the photo is kinda misguiding, i took it from another post, from which the answers were only regarding comparing months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I however got it done right now by using the expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last Month expression / current month expression * 100-100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it's allright to do it that way, format wise and if maybe the *100-100 could give me problems at some point?&amp;nbsp; if there's a better way to do it please say so? but it does the job at least.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250021#M869783</guid>
      <dc:creator />
      <dc:date>2016-11-29T23:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Variance for KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250022#M869784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are getting the right output now, I don't see why it would be a problem at a later point. You are going to be carrying out the same operation each time. So you should be good to go &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250022#M869784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T23:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Variance for KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250023#M869785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allright, Thank you for the confirmation at least &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Variance-for-KPI/m-p/1250023#M869785</guid>
      <dc:creator />
      <dc:date>2016-11-29T23:41:47Z</dc:date>
    </item>
  </channel>
</rss>

