<?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 Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59315#M777509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 03:01:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-19T03:01:54Z</dc:date>
    <item>
      <title>Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59313#M777506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate average and standard deviation of sales count (year wise). attached sample data here.&lt;/P&gt;&lt;P&gt;Could you please assist on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nihhal.&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/Standard-Deviation-in-Chart-Bell-Curve/m-p/59313#M777506</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59314#M777507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yearwise means you need salesperson average?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 18:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59314#M777507</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-18T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59315#M777509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 03:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59315#M777509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T03:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59316#M777510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌yes shivesh, i have to show standard deviation in bell chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 04:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59316#M777510</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-19T04:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59317#M777511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try change the dimension to saleperson or year if you want year&lt;/P&gt;&lt;P&gt;std dev =&amp;nbsp; aggr( nodistinct Stdev(&amp;nbsp;&amp;nbsp; num([SALES COUNT]) ),SALESPERSON) &lt;/P&gt;&lt;P&gt;avg = aggr(nodistinct avg(num([SALES COUNT])),SALESPERSON)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 05:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59317#M777511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T05:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59318#M777512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodell, thanks for your response.&lt;/P&gt;&lt;P&gt;And I have checked attachment, it seems unexpected values.&lt;/P&gt;&lt;P&gt;As per your attachment, for year (2014), sales count values as 100, 120, 110 and avg values&amp;nbsp; as follows 110, 110, 110 &lt;/P&gt;&lt;P&gt;and stdev values as follows 10, 10, 10. I am suspecting here i think stdev values should follow as -10, 10, 0.&lt;/P&gt;&lt;P&gt;what you say? please advice&amp;nbsp; if am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 06:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59318#M777512</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-19T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59319#M777514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nihhal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are seeing repetitive values because of the NO DISTINCT clause I put in the aggregation function.&lt;/P&gt;&lt;P&gt;for the sake of example and you can remove that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*avg and std dev per person */&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;std dev =&amp;nbsp; aggr( &lt;STRONG&gt;nodistinct&lt;/STRONG&gt; Stdev(&amp;nbsp;&amp;nbsp; num([SALES COUNT]) ),SALESPERSON)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg = aggr(&lt;STRONG&gt;nodistinct&lt;/STRONG&gt; avg(num([SALES COUNT])),SALESPERSON)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;to &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;std dev =&amp;nbsp; aggr(&amp;nbsp; Stdev(&amp;nbsp;&amp;nbsp; num([SALES COUNT]) ),&lt;STRONG&gt;SALESPERSON&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg = aggr( avg(num([SALES COUNT])),&lt;STRONG&gt;SALESPERSON&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;/*avg and std dev per year */&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;std dev =&amp;nbsp; aggr( &lt;STRONG&gt;nodistinct&lt;/STRONG&gt; Stdev(&amp;nbsp;&amp;nbsp; num([SALES COUNT]) ),YEAR)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg = aggr(&lt;STRONG&gt;nodistinct&lt;/STRONG&gt; avg(num([SALES COUNT])),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YEAR&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;to &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;std dev =&amp;nbsp; aggr(&amp;nbsp; Stdev(&amp;nbsp;&amp;nbsp; num([SALES COUNT]) ),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;YEAR&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg = aggr( avg(num([SALES COUNT])),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;YEAR&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59319#M777514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59320#M777515</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;Please use dimension as YEAR and expression as aggr(Avg([SALES COUNT]),YEAR) for Average&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(Stdev([SALES COUNT]),YEAR) for SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59320#M777515</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-19T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59321#M777517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌sure i will try this and actually i need to show standard division like bell chart (graphical) not in table charts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59321#M777517</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-19T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59322#M777518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok , let me check for bell one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59322#M777518</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-19T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59323#M777519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i am Creating Year wise Standard Deviation&lt;/P&gt;&lt;P&gt;and Avg&lt;/P&gt;&lt;P&gt;Hope So it will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD YEAR, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESPERSON, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SALES COUNT]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[..\Downloads\Data.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;left join(Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YEAR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;avg([SALES COUNT]) as Avg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Group by YEAR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sqr([SALES COUNT]-Avg) as Sqr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;left join(Data3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load YEAR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(Sqr) as Sum,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count([SALES COUNT]) as Count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Data3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;group by YEAR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sqrt(Under) as Standard_Deviation;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data4:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(1/Count)*Sum as Under&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Data3; !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop table Data3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop fields Sqr,Sum,Count,Under;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find Attachment and Qvw file.......&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200122_Capture2.PNG" style="height: 387px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59323#M777519</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-19T07:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59324#M777521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NORMAL DISTRIBUTION Is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(value - mean)/stddev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sales count - avg) / std dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=(num([SALES COUNT])- &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;aggr(Avg([SALES COUNT]),YEAR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; )/ aggr(Stdev([SALES COUNT]),YEAR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="norm.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200143_norm.JPG" style="height: 186px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 08:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59324#M777521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T08:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59325#M777522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200171_Capture3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Dimesion : YEAR&lt;/P&gt;&lt;P&gt;Expression : Sum(Distinct Standard_Deviation)&lt;/P&gt;&lt;P&gt;For Above Document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 10:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59325#M777522</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-19T10:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59326#M777523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodell, can you attach sample qvw for normal dist chart (which you posted) else can you share dimension&amp;nbsp; for chart please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59326#M777523</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-19T12:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59327#M777525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal, thanks for your response.&lt;/P&gt;&lt;P&gt;I can not go this method because need to perform loads multiple times here, i am sure performance issue will occur.&lt;/P&gt;&lt;P&gt;Moreover I believe chart function (stdev) is better than script functions (sqr, sqrt etc) in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show data in chart (bell curve) please see attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 13:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59327#M777525</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-19T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59328#M777526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal - Instead of doing multiple loads, we can go with stdev(SALESCOUNT) right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD YEAR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESPERSON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stdev([SALES COUNT]) as new name&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[..\Downloads\Data.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(ooxml, embedded labels, table is Sheet1) group by year, salesperson;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59328#M777526</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-20T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59329#M777528</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;are you looking for something like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_298782_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200482_QlikCommunity_Thread_298782_Pic1.JPG" style="height: 519px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_298782_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200483_QlikCommunity_Thread_298782_Pic2.JPG" style="height: 394px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_298782_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/200484_QlikCommunity_Thread_298782_Pic3.JPG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 23:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59329#M777528</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-04-22T23:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59330#M777529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco - Thanks for your response.&lt;/P&gt;&lt;P&gt;Some what its helpful. Actually i want to display YEAR at X-axis instead of (valueloop) and i tried it as :&lt;/P&gt;&lt;P&gt;Dim - YEAR&lt;/P&gt;&lt;P&gt;Expre - NORMDIST(YEAR, Avg(SALESCOUNT), Stdev(SALESCOUNT),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However chart is not in bell curve. could you please assist on this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pastedImage.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200746_pastedImage.png" style="height: 457px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 10:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59330#M777529</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-04-25T10:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59331#M777531</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 guess we should first clarify your requirement before discussing possible QlikView solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you sketch your expected result based on your sample data?&lt;/P&gt;&lt;P&gt;How should a curve look like that plots the distribution of sales values over time and what information should it deliver?&lt;/P&gt;&lt;P&gt;Do you expect your sales to be normally distributed over time thus having a &lt;SPAN style="font-size: 13.3333px;"&gt;temporal maximum and &lt;/SPAN&gt;to converge towards zero in the years to come?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 21:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59331#M777531</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-04-25T21:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Deviation in Chart (Bell Curve)</title>
      <link>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59332#M777532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco, I am attaching expected visualization.&lt;/P&gt;&lt;P&gt;Mid line is mean and less than mean values should display left side and greater than mean values should display right side. I think this chart is not possible through QlikView. For more details please google it as standard deviation.&lt;/P&gt;&lt;P&gt;Note: Just I provided sample data for this visualization. Can you say this kind of chart is possible in QlikView.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 12:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Standard-Deviation-in-Chart-Bell-Curve/m-p/59332#M777532</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-05-03T12:13:55Z</dc:date>
    </item>
  </channel>
</rss>

