<?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 standard deviation (rangestdev) for my values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408670#M151950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the standard deviation for my values but whatever I try (also with this community) it is not workin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I need to change the table into a crosstable to use the function rangestdev, but I am not quite sure how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each month (1.2011, 2.2011) I need the standard deviation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="28919" class="jive-image" alt="09.01.jpg" src="https://community.qlik.com/legacyfs/online/28919_09.01.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached you will find the excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advanced&lt;/P&gt;&lt;P&gt; Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 15:52:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-09T15:52:33Z</dc:date>
    <item>
      <title>standard deviation (rangestdev) for my values</title>
      <link>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408670#M151950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the standard deviation for my values but whatever I try (also with this community) it is not workin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I need to change the table into a crosstable to use the function rangestdev, but I am not quite sure how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each month (1.2011, 2.2011) I need the standard deviation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="28919" class="jive-image" alt="09.01.jpg" src="https://community.qlik.com/legacyfs/online/28919_09.01.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached you will find the excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advanced&lt;/P&gt;&lt;P&gt; Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408670#M151950</guid>
      <dc:creator />
      <dc:date>2013-01-09T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: standard deviation (rangestdev) for my values</title>
      <link>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408671#M151951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following script works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ArtNum, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TB02_20130109_165037.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Tabelle1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, Stdev(value) as StdDev &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Resident Data Group By&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively after loading the Data table, create a straight table chart with name as Dimension and stdev(value) as expression, which also displays the standard deviation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408671#M151951</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-01-09T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: standard deviation (rangestdev) for my values</title>
      <link>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408672#M151952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you very much. I did not found this function Stdev but only rangestdev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/standard-deviation-rangestdev-for-my-values/m-p/408672#M151952</guid>
      <dc:creator />
      <dc:date>2013-01-09T16:15:06Z</dc:date>
    </item>
  </channel>
</rss>

