<?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: Chart color with selection and drills in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307452#M406795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jean, I assume you need to apply code for Group like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&lt;STRONG&gt;=if(&lt;SPAN style="font-size: 13.3333px;"&gt;GetCurrentField(CyclicGroupName) = '[Logo Fournisseur]'&amp;nbsp; or &lt;/SPAN&gt;[Logo Fournisseur] = '2', RGB(215,146,93), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&lt;STRONG&gt;if(&lt;SPAN style="font-size: 13.3333px;"&gt;GetCurrentField(CyclicGroupName) = '&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;[Logo Marque]&lt;/SPAN&gt;', &lt;/SPAN&gt;[Logo Marque]='2', RGB(215,146,93)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 13:02:38 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-06-30T13:02:38Z</dc:date>
    <item>
      <title>Chart color with selection and drills</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307451#M406794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, i'm new to QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart with some values and 2 dimensions. I put these 2 dimensions in a group.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Now I'd like to control the colors si I go in expression tab, click on the "+" and add a ondition for the background color.&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/168714_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code I use to control the colors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;=if([Logo Fournisseur] = '2', RGB(215,146,93),&lt;BR /&gt;if([Logo Marque]='2', RGB(215,146,93),&lt;BR /&gt;&lt;BR /&gt;if([Logo Fournisseur]='0',RGB(145,76,24),&lt;BR /&gt;if([Logo Marque]='0',RGB(145,76,24),&lt;BR /&gt;&lt;BR /&gt;if([Logo Fournisseur]='1',RGB(182,109,53),&lt;BR /&gt;if([Logo Marque]='1',RGB(182,109,53),&lt;BR /&gt;&lt;BR /&gt;))))))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;It works BUT, when select the "2" value, and then I use the drill, all the values display in the drill are the color of the "2" value .(i.e. RGB(215,146,93) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168716_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me please? Sorry for my english, this is not my native language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307451#M406794</guid>
      <dc:creator>verrdo69</dc:creator>
      <dc:date>2017-06-30T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart color with selection and drills</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307452#M406795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jean, I assume you need to apply code for Group like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&lt;STRONG&gt;=if(&lt;SPAN style="font-size: 13.3333px;"&gt;GetCurrentField(CyclicGroupName) = '[Logo Fournisseur]'&amp;nbsp; or &lt;/SPAN&gt;[Logo Fournisseur] = '2', RGB(215,146,93), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&lt;STRONG&gt;if(&lt;SPAN style="font-size: 13.3333px;"&gt;GetCurrentField(CyclicGroupName) = '&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;[Logo Marque]&lt;/SPAN&gt;', &lt;/SPAN&gt;[Logo Marque]='2', RGB(215,146,93)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307452#M406795</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-30T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Chart color with selection and drills</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307453#M406796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached document. I've simplified the IF statement, I hope that's not too confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307453#M406796</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-06-30T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart color with selection and drills</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307454#M406797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Appreciate it but if I select [Logo Fournisseur] = 2 and then, i switch my cyclic group: [Logo Marque], all the "[Logo Marque]" bars are the color of the "[Logo Fournisseur] = 2" bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307454#M406797</guid>
      <dc:creator>verrdo69</dc:creator>
      <dc:date>2017-06-30T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Chart color with selection and drills</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307455#M406798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it's a bit confusing, i change your LOAD to create some data like mine and it seems to work, i'll try to adapt it with my model. I didn't know about Pik function.&lt;/P&gt;&lt;P&gt;It seems to work with my "logo" chart. I'll try to adapt this method with all the chart.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-color-with-selection-and-drills/m-p/1307455#M406798</guid>
      <dc:creator>verrdo69</dc:creator>
      <dc:date>2017-06-30T14:40:20Z</dc:date>
    </item>
  </channel>
</rss>

