<?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 Color coding for certain field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148803#M27035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can expland the + under dimension field you are interested in and under respective area you can code however you want. You can code it like: if(value = 0, red(), blue()) or so. Under text formatting you can also specify things like: if(value = 0, '&amp;lt;B&amp;gt;') to make it bold.&lt;/P&gt;&lt;P&gt;Hope I answered what you are looking for. Otherwise, just upload a sample of what you are trying to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 02:00:23 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2009-07-09T02:00:23Z</dc:date>
    <item>
      <title>Color coding for certain field</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148802#M27034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make mapping for color coding in one field and so far no luck. I want to have colors for values of this dimension override default setting (as I understood default color coding is based on load order).&lt;/P&gt;&lt;P&gt;The only thing that worked was to sort field values in Excel file, sort them in some way, and make Default Colors in the document in that order.&lt;/P&gt;&lt;P&gt;Is there any other way to do this just for one field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148802#M27034</guid>
      <dc:creator />
      <dc:date>2009-07-08T20:58:22Z</dc:date>
    </item>
    <item>
      <title>Color coding for certain field</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148803#M27035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can expland the + under dimension field you are interested in and under respective area you can code however you want. You can code it like: if(value = 0, red(), blue()) or so. Under text formatting you can also specify things like: if(value = 0, '&amp;lt;B&amp;gt;') to make it bold.&lt;/P&gt;&lt;P&gt;Hope I answered what you are looking for. Otherwise, just upload a sample of what you are trying to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 02:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148803#M27035</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-07-09T02:00:23Z</dc:date>
    </item>
    <item>
      <title>Color coding for certain field</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148804#M27036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;Thanks for the idea. I tried that, but it takes too much coding on each chart, for every value and so on. And I didnt manage to get it to work quite right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried to load RGB values in separate fields and set color dynamicaly like that, but its not working neither in Dimensions or Expressions page the way I hope to make.&lt;/P&gt;&lt;P&gt;Heres how I tried.&lt;/P&gt;&lt;P&gt;1) First, there is this Excel file with Item Type values and Colors that should represent them. This is loaded before actual values from DB.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5327.Excel-Colors.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5327.Excel-Colors.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Second step is to change Document Default Colors to match those from Excel file&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1373.QV-Color-Coding.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1373.QV-Color-Coding.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Now the chart looks like something like this&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5822.QV-Colors.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5822.QV-Colors.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so it works for this simple scenario. But if I wanted to make similar Color Coding (with different colors 1,2,3 ..) also for, for examle, Customer groups, that couldnt be done this way. I hope to make it work across whole application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideal solution would be to have the ability to have individual color page for every field, so default setting could be changed on micro level. Is this available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 15:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding-for-certain-field/m-p/148804#M27036</guid>
      <dc:creator />
      <dc:date>2009-07-09T15:12:03Z</dc:date>
    </item>
  </channel>
</rss>

