<?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: How to keep the same color concurrently to an expression ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032225#M348387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gysbert , yes , now i can see the solution - THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 09:09:37 GMT</pubDate>
    <dc:creator>yanivvl0</dc:creator>
    <dc:date>2016-04-14T09:09:37Z</dc:date>
    <item>
      <title>How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032220#M348382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all ,&lt;/P&gt;&lt;P&gt;i have a BlockChart and a BarChart , and they are "talking" to each other as you can see here :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="flowers charts 1.PNG" class="jive-image image-1" height="226" src="/legacyfs/online/121642_flowers charts 1.PNG" style="height: 226px; width: 447.626px;" width="448" /&gt;&lt;/P&gt;&lt;P&gt;the colors in the 2 charts are applicable to the numbers ( green blue ) of the expression , the problem is :&lt;/P&gt;&lt;P&gt;when we click on 2010 wich have only green - the color in the BlockChart is changing to blue :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="flowers charts 2.PNG" class="jive-image image-2" height="219" src="/legacyfs/online/121643_flowers charts 2.PNG" style="height: 219px; width: 428.991px;" width="429" /&gt;&lt;/P&gt;&lt;P&gt;How can we keep the color green for the green_flower ?&amp;nbsp;&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032220#M348382</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-04-14T08:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032221#M348383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can set&amp;nbsp; ur colur values in&amp;nbsp; colors tab.... by that it will show for first clr fr frst&amp;nbsp;&amp;nbsp; value&amp;nbsp; ....and so on..&lt;IMG alt="colr.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121647_colr.PNG" style="height: 360px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032221#M348383</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-14T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032222#M348384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both charts click on the + in front of the expression, select background color and use an expression like:&lt;/P&gt;&lt;P&gt;pick(match( FlowerColor, 'green_flower', 'blue_flower'), green(), blue() ). &lt;/P&gt;&lt;P&gt;Replace FlowerColor with the name of the dimension than contains the values green_flower and blue_flower. Replace green() and blue() with the colors you want. If for example you set the colors in your palet on the colors tab you could use something like color(1) and color(2) to get the first and second color of the palet. You can also use the RGB(&lt;EM&gt;R,G,B&lt;/EM&gt;) function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032222#M348384</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032223#M348385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gysbert , i did the first step , and i am stuck , dont understand , do i need to add to the model&amp;nbsp; a table of color dimension ?&lt;/P&gt;&lt;P&gt;can you show a picture ?&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032223#M348385</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-04-14T08:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032224#M348386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032224#M348386</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T08:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the same color concurrently to an expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032225#M348387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gysbert , yes , now i can see the solution - THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-keep-the-same-color-concurrently-to-an-expression/m-p/1032225#M348387</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-04-14T09:09:37Z</dc:date>
    </item>
  </channel>
</rss>

