<?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 Trying to plot a normal distribution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333536#M1177950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly then one way you can get this is by using a caculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fe:&lt;/P&gt;&lt;P&gt;Calculated Dimension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=IF (CoilWeight &amp;lt; 51 , '0 - 50' ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 51 and&amp;nbsp; CoilWeight &amp;lt;= 100,&amp;nbsp; '51-100',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 101 and&amp;nbsp; CoilWeight &amp;lt;= 150,&amp;nbsp; '101-150',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 151 and&amp;nbsp; CoilWeight &amp;lt;= 200,&amp;nbsp; '51-200',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'201 +'))))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUM(Quantity)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This calculated dimesion groups your Dimension.&lt;/P&gt;&lt;P&gt;Let me know if you get this to work, and if this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 13:44:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-04T13:44:58Z</dc:date>
    <item>
      <title>Trying to plot a normal distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333535#M1177949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a diagram showing the normal distribution of pallet weights in a machine.&lt;/P&gt;&lt;P&gt;The weight of the pallets, which carry coils with unique ID's, are calculated as the sum of the coil weights as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;PalletID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CoilID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CoilWeight&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example above, PalletID 1 has a total weight of 240 (100+50+90).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to plot this table as a diagram with PalletWeight as X-axis and quantity as Y. Furthermore, I would like the X-axis to be presented as a couple of ranges; i.e. 0-50, 51-100, 101-150, 151-200 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use PalletID as dimension of a bar chart and Sum(CoilWeight) as the expression, I get the pallet weights over palletID's, but I have no idea of how to get the normal distribution over some ranges of weights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 05:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333535#M1177949</guid>
      <dc:creator />
      <dc:date>2012-04-03T05:32:19Z</dc:date>
    </item>
    <item>
      <title>Trying to plot a normal distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333536#M1177950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly then one way you can get this is by using a caculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fe:&lt;/P&gt;&lt;P&gt;Calculated Dimension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=IF (CoilWeight &amp;lt; 51 , '0 - 50' ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 51 and&amp;nbsp; CoilWeight &amp;lt;= 100,&amp;nbsp; '51-100',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 101 and&amp;nbsp; CoilWeight &amp;lt;= 150,&amp;nbsp; '101-150',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF (CoilWeight&amp;nbsp; &amp;gt;= 151 and&amp;nbsp; CoilWeight &amp;lt;= 200,&amp;nbsp; '51-200',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'201 +'))))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUM(Quantity)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This calculated dimesion groups your Dimension.&lt;/P&gt;&lt;P&gt;Let me know if you get this to work, and if this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333536#M1177950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-04T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Trying to plot a normal distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333537#M1177951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 06:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-plot-a-normal-distribution/m-p/333537#M1177951</guid>
      <dc:creator />
      <dc:date>2012-05-08T06:52:44Z</dc:date>
    </item>
  </channel>
</rss>

