<?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: Re: Re: Issue with Normal Distribution(Gaussian Distribution) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618120#M546058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it did not upload correctly. Should be 2MB. Attached again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 14:43:05 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-03-10T14:43:05Z</dc:date>
    <item>
      <title>Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618112#M546050</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 had an issue with Normal Distribution Curve. My curve shows like below Image:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54614_Capture.JPG.jpg" style="width: 620px; height: 362px;" /&gt;&lt;/P&gt;&lt;P&gt;Here My Dimesnion is &lt;STRONG&gt;=if(BC_DEV&amp;lt;&amp;gt;' ', class(BC_DEV,0.01))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;For Bars:&lt;STRONG&gt; =Count(DISTINCT&amp;nbsp; LENS_MASTER_SEQUENCE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For Bell Curve:&lt;STRONG&gt; =if(BC_DEV&amp;lt;&amp;gt;'',NORMDIST(Class(BC_DEV,'0.01'),avg({1}TOTAL BC_DEV),Stdev({1}TOTAL BC_DEV),0))*2000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the above expression I am Multiplying the expression with 2000 to get the curve in bell shape, otherwise it is like a flat straighline on X-Axis. And also I do not want to make the expression static by multiplying with 2000 or any other number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I make any selections I am not getting the exact curve for those particular filters. Please find the image below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54615_Capture2.JPG.jpg" style="width: 620px; height: 359px;" /&gt;&lt;/P&gt;&lt;P&gt;I want the Normal Curve to be calculated for any selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in achieving this. Thanks a ton in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618112#M546050</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618113#M546051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618113#M546051</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618114#M546052</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;Your chart is showing the fragment of the bell curve within your selection. You need your bell curve expression to take your selection into account. Try first with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(BC_DEV&amp;lt;&amp;gt;'',NORMDIST(Class(BC_DEV,'0.01'),avg(TOTAL BC_DEV),Stdev(TOTAL BC_DEV),0))*2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(remove the {1}'s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618114#M546052</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-10T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618115#M546053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;Jonathan Dienst&lt;/A&gt;. I am getting the curve. But I did not need the normal curve to be multiplied with 2000. Can you please tell me the best method. If I am not doing with 2000 or some other number I am getting a straight line along X-axis as I have my frequency in thousands. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618115#M546053</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T11:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618116#M546054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to adjust the 2000 to reflect the selections you have made, so this will need to be calculated by an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can help you with details if you explain how you arrived at the value of 2000 for the full chart and post a sample of your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618116#M546054</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-10T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618117#M546055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;Jonathan Dienst&lt;/A&gt;. Pls find my sample app attached. When I am using an expression instead of 2000 I am not getting a smooth bell curve as it was as earlier in this app. and If I made any selections I am not getting the ryt curve. and also I need 0.02 as my Class interval not 0.01. please find the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618117#M546055</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618118#M546056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that this is what you want. I have taken away the scaling and moved the curve to the right axis, and hidden the axis. Note that the curve will be distorted when only a few data points are selected as it is only calculated at these locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618118#M546056</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-10T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618119#M546057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to open your file. giving an error message like unable to load file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618119#M546057</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618120#M546058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it did not upload correctly. Should be 2MB. Attached again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 14:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618120#M546058</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-10T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618121#M546059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;Jonathan Dienst&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Yeah it was similar to my requirement. But In the same App I need the Vertical Reference Lines, LSL, USL and also at 0. And also for some cases I want my curve to be starting at 0. But if you look the app with some filters like LOT = B00GZBS, B00GZBV&amp;nbsp; and B00GZBZ it is not starting at 0 level. Can you please look at this. I am attaching the images from the Sas report based on the above mentioned lots.. I want the same or something similar in Qlikview. Please help me in achieving this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618121#M546059</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-10T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618122#M546060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 05:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618122#M546060</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-11T05:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618123#M546061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create the vertical reference lines, you will need to change the x-axis to continuous and then add vertical reference lines in Properties | Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ensure that 0 is always shown, you can fix the Min, Max and Step values for the x-axis to -0.24, +0.24, 0.04 respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 09:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618123#M546061</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-11T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Normal Distribution(Gaussian Distribution)</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618124#M546062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;Jonathan Dienst&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the verical reference lines but the bars are seemed to be touching. when I use bar border width all the bars are overlapping. I tried with the axis static step but no luck. Could you please help me in getting this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 12:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Normal-Distribution-Gaussian-Distribution/m-p/618124#M546062</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-03-11T12:19:51Z</dc:date>
    </item>
  </channel>
</rss>

