<?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 how to use the same colours in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542137#M552613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of clients, their location (X,Y coordinate) and their market segment. I have plotted these clients over a map in a scatter plot diagram. So far so good. &lt;/P&gt;&lt;P&gt;Now I want to assign a specific colour to a market segment, so if I select the market segment view I see the same clients, but then coloured according the market. &lt;/P&gt;&lt;P&gt;I have really no Idea how to solve it. an example of my issue is in the appendix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can give me the clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;perry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 13:24:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-10T13:24:09Z</dc:date>
    <item>
      <title>how to use the same colours</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542137#M552613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of clients, their location (X,Y coordinate) and their market segment. I have plotted these clients over a map in a scatter plot diagram. So far so good. &lt;/P&gt;&lt;P&gt;Now I want to assign a specific colour to a market segment, so if I select the market segment view I see the same clients, but then coloured according the market. &lt;/P&gt;&lt;P&gt;I have really no Idea how to solve it. an example of my issue is in the appendix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can give me the clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;perry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542137#M552613</guid>
      <dc:creator />
      <dc:date>2013-10-10T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same colours</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542138#M552614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many segments do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not too many you could create an IF statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add it here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-10-10_1424.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47477_2013-10-10_1424.png" style="width: 620px; height: 194px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(MarketSeg = 1, RGB(0,255,0), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(MarketSeg = 2, RGB(255,200,200),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(MarketSeg = 3, RGB(0,100,50),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RED())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542138#M552614</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-10T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same colours</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542139#M552616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! I only have a limited amount of segments and it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;perry &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542139#M552616</guid>
      <dc:creator />
      <dc:date>2013-10-10T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same colours</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542140#M552617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem, glad it helped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542140#M552617</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-10T13:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same colours</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542141#M552618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah the IF condition was the best and easy way for it. I too had tried it and it was successful for me too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.flbestpublicadjusters.com/water-damage/"&gt;water damage pompano beach&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 04:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-the-same-colours/m-p/542141#M552618</guid>
      <dc:creator />
      <dc:date>2013-10-15T04:38:06Z</dc:date>
    </item>
  </channel>
</rss>

