<?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: Heat Map Color change based on Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066967#M919322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what do you mean when you say mutually exclusive? Would you be able to share an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 15:38:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-05T15:38:05Z</dc:date>
    <item>
      <title>Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066962#M919317</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 new to Qlikview.&amp;nbsp; I created a Heat map with colors based on a performance scale for employees using the Background color property with an &lt;STRONG&gt;IF&lt;/STRONG&gt; function. &lt;STRONG&gt;(1) &lt;/STRONG&gt;My question is if I have performance standards based on employee categories h&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ow would I switch the 'colorizing' according to the category selected?&amp;nbsp; I am expressing my intent below. This might be beyond my ability right now as I just found a function &lt;STRONG&gt;Getfieldselections&lt;/STRONG&gt; which would require me to check the count for &lt;STRONG&gt;(1)&lt;/STRONG&gt; one selection at a time (Conditional display maybe?). Then choose a color performance set.&amp;nbsp; Because I'm new I'd like the simplest solution for now but would love to see more advanced solutions so I can attempt it later!&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Pseudo Code:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If [emp selector cat = 1] then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Background color:&amp;nbsp; if score&amp;gt;.90&amp;nbsp; green, &amp;gt;=80 yellow.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;else &lt;SPAN style="font-size: 13.3333px;"&gt;[emp selector cat = 2] &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Background color: &lt;/SPAN&gt; if score &amp;gt;.92&amp;nbsp; green &amp;gt;=84 yellow....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="122.181818" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 161.182px; height: 101.182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: #ffffff; padding: 2px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: #6690bc;" valign="middle"&gt;Color&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; padding: 2px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Cat 1 Emp&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; padding: 2px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Cat 2 Emp&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Green&lt;/TD&gt;&lt;TD&gt;90%&lt;/TD&gt;&lt;TD&gt;92%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;TD&gt;80%&lt;/TD&gt;&lt;TD&gt;84%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066962#M919317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066963#M919318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(Category) = 'Cat1',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Score &amp;lt;= 0.80, Red(), If(Score &amp;lt;= 0.90, Yellow(), Green())),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelections(Category) = 'Cat2'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;IScore &amp;lt;= 0.84, Red(), If(Score &amp;lt;= 0.92, Yellow(), Green()))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 20:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066963#M919318</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T20:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066964#M919319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Qlikview have a Heat Map chart option? I've never seen one before in Qlik. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066964#M919319</guid>
      <dc:creator />
      <dc:date>2016-05-03T21:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066965#M919320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean when you say Heat Map? An actual map or color coded chart which varies based on certain values? If it is the later, then you can create that kind of heat map. First can also be created, but might need an extension for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 23:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066965#M919320</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T23:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066966#M919321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny but this would assume only one option is selected.&amp;nbsp; Can I set up a selector(list box) for a mutually exclusive option?&amp;nbsp; If not then the precondition for this IF would be to check for only one selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 00:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066966#M919321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T00:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066967#M919322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what do you mean when you say mutually exclusive? Would you be able to share an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 15:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066967#M919322</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map Color change based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066968#M919323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user could potentially click on both categories in a selector.&amp;nbsp; It would be confusing to see two sets of employee with different criteria on a heat map together.&amp;nbsp; I could make the chart disappear with an error message telling users to select only one category. Do you know of Qlikview alternatives similar to Option buttons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI I didn't realize there was a Getselectedcount when I wrote the first message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 17:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-Map-Color-change-based-on-Selection/m-p/1066968#M919323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T17:40:50Z</dc:date>
    </item>
  </channel>
</rss>

