<?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: Standard Deviation in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20076#M41</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although, its good that your if statement solution works, but I would suggest you to try and make the set analysis work because set analysis tend to work better than if statement.... if you are interested to pursue this further, can you try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Stdev({&amp;lt;Inc_CalendarDate = {"&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))"}&amp;gt;} Aggr(Sum({&amp;lt;Inc_CalendarDate = {"&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))"}&amp;gt;} [Invoiced Quantity]), Inc_Country))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what is the format for Inc_CalendarDate? How do you create this in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2018 12:33:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-31T12:33:29Z</dc:date>
    <item>
      <title>Standard Deviation</title>
      <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20072#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am struggling to find out Standard deviation, here my expression is &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;stdev(aggr(sum({&amp;lt;Inc_CalendarDate={'&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))'}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Invoiced Quantity]),Inc_Country))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 08:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20072#M37</guid>
      <dc:creator>rakeshkumar1890</dc:creator>
      <dc:date>2018-01-30T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation</title>
      <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20073#M38</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;The Qlik Scalability place is mainly for performance related questions (testing and tools). Your question seems to be better suited in the general Sense forum:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2155"&gt;Qlik Sense Forums&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 10:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20073#M38</guid>
      <dc:creator>Sebastian_Fredenberg</dc:creator>
      <dc:date>2018-01-30T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation</title>
      <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20074#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this in a chart? May be you need to use TOTAL Qualifier if it is in a chart&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(TOTAL Aggr(Sum({&amp;lt;Inc_CalendarDate = {'&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))'}&amp;gt;} [Invoiced Quantity]), Inc_Country))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And it might make sense to add your set analysis in the outer aggregation also&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(TOTAL {&amp;lt;Inc_CalendarDate = {'&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))'}&amp;gt;} Aggr(Sum({&amp;lt;Inc_CalendarDate = {'&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))'}&amp;gt;} [Invoiced Quantity]), Inc_Country))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20074#M39</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-30T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation</title>
      <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20075#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns 0 value but I have solve the problem by another way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev( if (&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inc_CalendarDate &amp;gt;= date(vCal11MonthDate) and Inc_CalendarDate &amp;lt;= date(vCalDate) &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt; , [Invoiced Quantity] ,0))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;no need to aggregation&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;I think stdev not work on set analysis&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 06:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20075#M40</guid>
      <dc:creator>rakeshkumar1890</dc:creator>
      <dc:date>2018-01-31T06:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation</title>
      <link>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20076#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although, its good that your if statement solution works, but I would suggest you to try and make the set analysis work because set analysis tend to work better than if statement.... if you are interested to pursue this further, can you try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Stdev({&amp;lt;Inc_CalendarDate = {"&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))"}&amp;gt;} Aggr(Sum({&amp;lt;Inc_CalendarDate = {"&amp;gt;=$(=date(vCal12MonthBack))&amp;lt;=$(=date(vTodate))"}&amp;gt;} [Invoiced Quantity]), Inc_Country))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what is the format for Inc_CalendarDate? How do you create this in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 12:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Standard-Deviation/m-p/20076#M41</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-31T12:33:29Z</dc:date>
    </item>
  </channel>
</rss>

