<?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: How to limit +2sd more than 100% in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764959#M271890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chun, is there if the max possible value is 100, you can use:&lt;/P&gt;&lt;P&gt;RangeMin(Mean + (2 * SD), 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 08:22:01 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2014-12-03T08:22:01Z</dc:date>
    <item>
      <title>How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764958#M271889</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;Attached is an image of the +2sd line that I have done up.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72606_Sample.jpg" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this chart, the +2sd is more than 100%.&amp;nbsp; May I know how to limit the chart if it goes more than 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to set the limit at 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my calculation = Mean + (2 * SD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the 2*SD is higher than the mean, this is why it goes out of 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would need advise on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764958#M271889</guid>
      <dc:creator />
      <dc:date>2014-12-03T07:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764959#M271890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chun, is there if the max possible value is 100, you can use:&lt;/P&gt;&lt;P&gt;RangeMin(Mean + (2 * SD), 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764959#M271890</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-12-03T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764960#M271891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it give me all 100% including other dimensions. Or should i include set analysis as well ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72611_Sample.jpg" style="width: 620px; height: 350px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764960#M271891</guid>
      <dc:creator />
      <dc:date>2014-12-03T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764961#M271892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it's supposing to keep only the min value of your expression or 100%, not sure of what value is returning "Mean + (2 * SD)" if it's higher than 1.&lt;/P&gt;&lt;P&gt;Also probably needs to filter to show only values where not isnull(Mean + (2 * SD)) or change for a simplier:&lt;/P&gt;&lt;P&gt;If(Mean + (2 * SD)&amp;gt;1, 1, Mean + (2 * SD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, "1" is meaning 100%, if your espression return 100 for a 100% it should be If(Mean + (2 * SD)&amp;gt;100, 100, Mean + (2 * SD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if not, with a sample I can give more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764961#M271892</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-12-03T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764962#M271893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for ur help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to Monthly Performance Tab -&amp;gt; Question Type -&amp;gt;Select FC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see the issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764962#M271893</guid>
      <dc:creator />
      <dc:date>2014-12-03T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764963#M271894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto chart properties -&amp;gt; axis-&amp;gt; static max-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here type max(expression written in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;+2sd)*1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;this will set max for you chart suppose is value then it will set to 120 as max&lt;BR /&gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764963#M271894</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-03T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764964#M271895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chunwey,&lt;/P&gt;&lt;P&gt;so are you just wanting any of the individual points which go above 100% to be forced to 100% instead? Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764964#M271895</guid>
      <dc:creator />
      <dc:date>2014-12-03T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764965#M271896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, yes, this is what i want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764965#M271896</guid>
      <dc:creator />
      <dc:date>2014-12-03T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764966#M271897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt; would you think 100%&amp;nbsp; will be static when 2s value become 101 then it will give wrong projection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764966#M271897</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-03T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit +2sd more than 100% in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764967#M271898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chauhans85,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, if it is more than 100%, it is definitely wrong projection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is why I am limiting to 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chun wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-2sd-more-than-100-in-chart/m-p/764967#M271898</guid>
      <dc:creator />
      <dc:date>2014-12-03T09:27:19Z</dc:date>
    </item>
  </channel>
</rss>

