<?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: Map Colors to specific companies in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576929#M1113716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can assign colors in the script already, which is a more robust and faster solution. See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 10:43:44 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2014-02-27T10:43:44Z</dc:date>
    <item>
      <title>Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576923#M1113701</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 have a scatter chart with a bunch of data points. Each data point is a product. These products or data points belong to specifi companies, so I have 10 data points that belong to company A, 22 data points that belong to company B and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the name of the data points (so the products) of company A to be colored in red, the name of the data points (so the products) of company B to be colored in green and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576923#M1113701</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-27T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576924#M1113702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to first expression of your Scatter Chart...&lt;/P&gt;&lt;P&gt;Click on + sign and write under background color something like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Company = 'A', RED(), IF(Company = 'B', Green(), BLUE()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576924#M1113702</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-27T08:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576925#M1113706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work. Doing what you say it changes the colors of the marks in each data point. However what I want is not to change the colors of the marks but the names next to the mark (so the products) based on the company they belong to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576925#M1113706</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-27T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576926#M1113709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576926#M1113709</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-27T09:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576927#M1113712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Attached you have the sample. I want to the name of the products from Company A in green (so this is to have the text "a1, a2, a3, a4" colored in green), Company B in red (so this is to have the text "b1, b2, b3, b4, b5, b6, b7" colored in red) and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576927#M1113712</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-27T10:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576928#M1113715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use &lt;STRONG&gt;Color&lt;/STRONG&gt;() and FieldIndex() both together.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Color(1)&lt;/STRONG&gt; will return the first color of the graph. see Color tab in the chart properties.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldIndex&lt;/STRONG&gt;('FieldName', value) will return an index of the value, it means the number of the value in the field (the 1st, the 2nd ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nestedtogether, you may affect one company to a specific color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576928#M1113715</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576929#M1113716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can assign colors in the script already, which is a more robust and faster solution. See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576929#M1113716</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-27T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576930#M1113717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this is what you get if you define the colors in the script:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53977_Image3.png" style="width: 620px; height: 309px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576930#M1113717</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-27T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576931#M1113718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;I think the question is how to change color of a1, a2,a3,&amp;nbsp;&amp;nbsp; b1, b2, b3...&lt;/P&gt;&lt;P&gt;I am also finding the same from QlikView Chart Properties but unable to find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576931#M1113718</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-27T16:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576932#M1113719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the point. What I want to change is the 'font' of the label, not the mark associated to the label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking a1 product as an example: I want the "a" and the "1" to be in green instead of black.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576932#M1113719</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-27T16:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576933#M1113720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. Then I am sorry to say that I don't think it's possible...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576933#M1113720</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-27T16:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Map Colors to specific companies</title>
      <link>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576934#M1113721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you anyway Henric for your help on that !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-Colors-to-specific-companies/m-p/576934#M1113721</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-27T16:57:15Z</dc:date>
    </item>
  </channel>
</rss>

