<?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: Help required for calculation of Standard Deviation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991616#M82032</link>
    <description>&lt;P&gt;There's nothing inherently wrong with the formula, but I have no way of knowing what actually resides in the vlYear variable, the OPRYEAR field, or your data - one of these is presumably not what you're expecting.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 07:33:21 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-10-12T07:33:21Z</dc:date>
    <item>
      <title>Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991591#M82024</link>
      <description>&lt;P&gt;I need help in calculating Standard Deviation of values (43.10,44.92,34.49,53.22,77.06,45.08,59.07,39.04,63.79,42.13,36.93,33.11) . In excel I got result of these values 13.23 by using formula Stdev(range of these values) while in QlikView I use the formula like NUM(Stdev({&amp;lt;[OPRYEAR]={'$(=vlYear)'}&amp;gt;} RATE),'###.##') but here I got 5.65 where vlYear is a variable having last year value e.g. 2021 and rate contains all the values as mentioned above &amp;amp; OPRYEAR is a field containing years. Please help me to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991591#M82024</guid>
      <dc:creator>Charlie007</dc:creator>
      <dc:date>2022-10-12T06:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991596#M82025</link>
      <description>&lt;P&gt;Load * INLINE [&lt;BR /&gt;Number&lt;BR /&gt;43.10&lt;BR /&gt;44.92&lt;BR /&gt;34.49&lt;BR /&gt;53.22&lt;BR /&gt;77.06&lt;BR /&gt;45.08&lt;BR /&gt;59.07&lt;BR /&gt;39.04&lt;BR /&gt;63.79&lt;BR /&gt;42.13&lt;BR /&gt;36.93&lt;BR /&gt;33.11&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1665557209372.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91118i217A4420364911D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1665557209372.png" alt="Or_0-1665557209372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Presumably, something about either your set analysis or your data does not match what you describe, because the stdev() value is correct here...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991596#M82025</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-10-12T06:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991615#M82031</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have mentioned the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;formula like NUM(Stdev({&amp;lt;[OPRYEAR]={'$(=vlYear)'}&amp;gt;} RATE),'###.##') but here I got 5.65, which is used in Expression. Please guide me is there anything wrong with this formula.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991615#M82031</guid>
      <dc:creator>Charlie007</dc:creator>
      <dc:date>2022-10-12T07:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991616#M82032</link>
      <description>&lt;P&gt;There's nothing inherently wrong with the formula, but I have no way of knowing what actually resides in the vlYear variable, the OPRYEAR field, or your data - one of these is presumably not what you're expecting.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991616#M82032</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-10-12T07:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991621#M82033</link>
      <description>&lt;P&gt;vlYear vairable holds the value of last year. Suppose if I choose year 2022 the vlYear will hold value 2021, so it means that I am calculating Standard Deviation for last year. I hope now the logic is clear to you.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991621#M82033</guid>
      <dc:creator>Charlie007</dc:creator>
      <dc:date>2022-10-12T07:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991626#M82035</link>
      <description>&lt;P&gt;Unfortunately, it's not a question of logic. As you can see with the inline load, putting these values into STDEV() will get the correct result, so the issue is that your formula doesn't seem to actually be putting these values into STDEV but rather a different set of values (either a subset of these, or more values that aren't listed, or some combination thereof). This isn't something that can be deduced from the information you've provided, so you'll need to either share a sample app or debug on your end.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1991626#M82035</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-10-12T07:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for calculation of Standard Deviation</title>
      <link>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1993682#M82238</link>
      <description>&lt;P&gt;I have found the solution by using rangeStdev function which has solved my issue. Thanks for sharing your valuable expertise.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 06:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-required-for-calculation-of-Standard-Deviation/m-p/1993682#M82238</guid>
      <dc:creator>Charlie007</dc:creator>
      <dc:date>2022-10-18T06:01:56Z</dc:date>
    </item>
  </channel>
</rss>

