<?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: Highlighting single value AND current selections in chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761504#M536243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't seem to work, unfortunately.&amp;nbsp; Alpha lost its coloration and current selections do not appear green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 16:35:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-18T16:35:29Z</dc:date>
    <item>
      <title>Highlighting single value AND current selections in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761502#M536241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all - this is continuing from a different discussion I started yesterday.&amp;nbsp; I have a mekko chart where I would like to have one specific value in a field ("Prime") colored light grey, and all current selections highlighted in green.&amp;nbsp; Everything else can default to the standard color scheme.&amp;nbsp; Right now, I can get the specific value ("Alpha") highlighted by editing the background color with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Prime]='Alpha',RGB(242,242,242))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works just fine.&amp;nbsp; Similarly, I can highlight single selections within Prime if I use the following in background color:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Prime=GetFieldSelections(Prime),Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I make more than one selection within Prime, then it doesn't work.&amp;nbsp; The biggest problem comes when I try to combine the two - I lose the functionality of both.&amp;nbsp; I have tried;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Prime=GetFieldSelections(Prime),Green()) and IF([Prime]='Alpha',RGB(242,242,242))&lt;/P&gt;&lt;P&gt;=IF(Prime=GetFieldSelections(Prime),Green()) or IF([Prime]='Alpha',RGB(242,242,242))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either nothing works, or 'Alpha' gets colored white and none of the selections show up in the right color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I combine or change the equations such that "Alpha" always remains light grey (or green when selected - either works), and any and all selections in "Prime" are colored green?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761502#M536241</guid>
      <dc:creator />
      <dc:date>2014-12-18T16:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting single value AND current selections in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761503#M536242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(only({1}[Prime])='Alpha',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RGB(242,242,242), if(match(Prime, $(=concat(distinct chr(39) &amp;amp; Prime &amp;amp; chr(39),',')) ,green()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761503#M536242</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-18T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting single value AND current selections in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761504#M536243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't seem to work, unfortunately.&amp;nbsp; Alpha lost its coloration and current selections do not appear green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-single-value-AND-current-selections-in-chart/m-p/761504#M536243</guid>
      <dc:creator />
      <dc:date>2014-12-18T16:35:29Z</dc:date>
    </item>
  </channel>
</rss>

