<?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: colour scatter points relative to reference lines? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39490#M772084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny formula looks ok.&lt;/P&gt;&lt;P&gt;In order to calculate percentile you need to use the Fractile(X,0.5) formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if need be I cna provide the formula, let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 12:26:47 GMT</pubDate>
    <dc:creator>bc-thebruuu</dc:creator>
    <dc:date>2018-05-16T12:26:47Z</dc:date>
    <item>
      <title>colour scatter points relative to reference lines?</title>
      <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39486#M772080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one show me how to colour the scatter points on this chart based on the following rules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If points are in top right quadrant then colour Green&lt;/P&gt;&lt;P&gt;2. If points are in bottom right then colour Red&lt;/P&gt;&lt;P&gt;3. If points are in bottom left then colour Orange&lt;/P&gt;&lt;P&gt;4. If points are in top left then colour blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bare in mind the reference points are set relative to the percentile so will move as and when new data is added.&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/colour-scatter-points-relative-to-reference-lines/m-p/39486#M772080</guid>
      <dc:creator>robmarr789</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: colour scatter points relative to reference lines?</title>
      <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39487#M772081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this color expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum(sales) &amp;gt;= Fractile(TOTAL Aggr(Sum(sales), CustomerGroupName), 0.5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(variance) &amp;gt; Fractile(TOTAL Aggr(Sum(variance), CustomerGroupName), 0.5), LightGreen(), LightRed()),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(variance) &amp;gt; Fractile(TOTAL Aggr(Sum(variance), CustomerGroupName), 0.5), LightBlue(), LightMagenta()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used Light Magenta for Orange, but feel free to change all the colors based on your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202533_Capture.PNG" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 11:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39487#M772081</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-16T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: colour scatter points relative to reference lines?</title>
      <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39488#M772082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Here's a simple reply with hard coded values &lt;/DIV&gt;&lt;DIV&gt;The color property is set in the following screen:&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG alt="sample_sales.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202535_sample_sales.png" style="height: 431px; width: 620px;" /&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;In order to use calculated values add another expression with percentile calculate and put this expression name in the IF &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 11:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39488#M772082</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-05-16T11:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: colour scatter points relative to reference lines?</title>
      <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39489#M772083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind showing me the expression for percentile calculate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39489#M772083</guid>
      <dc:creator>robmarr789</dc:creator>
      <dc:date>2018-05-16T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: colour scatter points relative to reference lines?</title>
      <link>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39490#M772084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny formula looks ok.&lt;/P&gt;&lt;P&gt;In order to calculate percentile you need to use the Fractile(X,0.5) formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if need be I cna provide the formula, let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/colour-scatter-points-relative-to-reference-lines/m-p/39490#M772084</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-05-16T12:26:47Z</dc:date>
    </item>
  </channel>
</rss>

