<?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: Consistent Colors in Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590798#M1120100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using IF() condition , you can put different colors which will automatically select as per true and false condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(conditon,&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;R&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;G&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (X&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Z&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 05:51:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-31T05:51:50Z</dc:date>
    <item>
      <title>Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590793#M1120095</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 an app with many charts where they use dimensions such as: Zone, Neighbourhood, Category, Subcategory, User, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that I need to use the same color in every chart (for example, Zone 1 should always have color blue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved that (in the Chart having one Dimension Zone) using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R, G, B, ZONE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101,100,121, Valley&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 210,220,200, Norte&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30,230,200, Olivos&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40,40,100, Pilar]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then, in the Chart Properties &amp;gt; Expression, I used the following: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;R&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;G&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a chart with 2 Dimensions in another chart, Zone and Category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; X, Y, Z, CATEGORY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50,100,121, Asesoramiento&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70,230,200, Del Suministro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (more categories...)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;R&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;G&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) and &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (X&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Z&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) in the same expression?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should I use only the Category RGB function? Because you see Categories by Zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 18:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590793#M1120095</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-01-30T18:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590794#M1120096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use more than one color definition. so I would use the Category function. See also (if you haven't done so already) &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, 30 Jan 2014 18:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590794#M1120096</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-30T18:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590795#M1120097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what if I have a Cyclic Group with many dimensions inside that group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I define colors for that group of dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590795#M1120097</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-01-30T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590796#M1120098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea with having a specific color scheme is that the user should recognize a specific category (Product, Region, etc.) by its color, so that color conveys information. It does not work if you do this for many different dimensions. For most dimensions you should use a more neutral color scheme, see e.g. &lt;A href="http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf" title="http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf"&gt;http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the way I see it, you should assign colors for only one, perhaps two, dimensions in a Cyclic group. And use color functions in exactly the same way as described in &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;. If the color expression is evaluated to NULL (if there are several values), QlikView will use the standard color definitions.&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, 30 Jan 2014 19:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590796#M1120098</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-30T19:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590797#M1120099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright! Seems pretty reasonable for me. Thanks for the advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 20:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590797#M1120099</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-01-30T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590798#M1120100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using IF() condition , you can put different colors which will automatically select as per true and false condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(conditon,&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;R&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;G&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (X&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Z&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 05:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590798#M1120100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-31T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590799#M1120101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can in principle use an If()-function, but it is not easy to manage. So I would not recommend it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 06:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590799#M1120101</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-31T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent Colors in Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590800#M1120102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you have to do is to use this function in expression,,, in background color dats it....its working fine...&lt;IMG alt="exp.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52389_exp.PNG.png" style="width: 620px; height: 545px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 07:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consistent-Colors-in-Charts/m-p/590800#M1120102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-31T07:06:27Z</dc:date>
    </item>
  </channel>
</rss>

