<?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 Qlikview Heatmaps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441488#M164582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a heatmap in qlikview to highlight various issues (big problem - red, small problem turning towards yellow) and need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This heatmap works on on the whole dataset but when filters the same filters are not applied to heat map i.e. a colour originally set on a data set is still the same irrespective of filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reckon I need to include some dynamic logic in the RGB function so that the colours changes as per filters but now how sure what and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;= RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,255-(255*AVI/5000),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kash&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 12:59:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-10T12:59:53Z</dc:date>
    <item>
      <title>Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441488#M164582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a heatmap in qlikview to highlight various issues (big problem - red, small problem turning towards yellow) and need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This heatmap works on on the whole dataset but when filters the same filters are not applied to heat map i.e. a colour originally set on a data set is still the same irrespective of filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reckon I need to include some dynamic logic in the RGB function so that the colours changes as per filters but now how sure what and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;= RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,255-(255*AVI/5000),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kash&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 12:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441488#M164582</guid>
      <dc:creator />
      <dc:date>2013-04-10T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441489#M164583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably easier to use the colormix function. The colormix wizard makes this quite easy. Click on the + in front of the expression, select Background Color and then open the expression editor of the Definition input box. In the expression editor choose File-&amp;gt;Colormix Wizard. The Value Expression is usually the same as the expression in your chart, i.e. the one you want to determine the value for the heatmap. Next choose your colors and accept the other defaults. At the end you'll have a big complicated colormix expression, but it'll do the job even if you don't completely understand it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 17:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441489#M164583</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-10T17:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441490#M164584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a business customer that was asking how to do heatmaps easily like in Tableau!&amp;nbsp;&amp;nbsp; At first, it appears that QlikView does not have this native functionality.&amp;nbsp; Now I understand they just have a different approach.&amp;nbsp; Instead of defining a prebuilt "Heatmap" that you can select in the Chart wizard, they allow you to make many different types of Heatmaps using the Background Color feature and the Colormix Wizard you point out above.&amp;nbsp; Thanks for this answer !!&amp;nbsp;&amp;nbsp; Its a feature that's kind of buried...but once you find it... it nails the Heatmap requirement quite well !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441490#M164584</guid>
      <dc:creator />
      <dc:date>2013-04-29T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441491#M164585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also found this logic works when added to Background color of Expressions tab in Chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically calculating one of the RGB colors dynamically based on the data and turning color from max to min within the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,255-(255*[Your dynamic number]/Your dynamic number),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 14:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441491#M164585</guid>
      <dc:creator />
      <dc:date>2013-04-29T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441492#M164586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; How I can put two dimensions, one in vertical and the other one in horizontal positions in order to create semi-heatmap table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nasim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 14:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/441492#M164586</guid>
      <dc:creator />
      <dc:date>2014-04-30T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Heatmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/1510695#M436609</link>
      <description>&lt;P&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;This example is very useful. I have a Question: Is there a way to apply the color gradient by Product only?&amp;nbsp;For example the max sales for Bananas was in January with 14 so it will be green and the min sales for Bananas was in July, September and December thus color Red. I mean, is there a way to apply the gradient only within the dimention Product?&amp;nbsp;Using the same data, the result I am looking for should look like this or similar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colormix.png" style="width: 627px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/789i618B28B75807026D/image-size/large?v=v2&amp;amp;px=999" role="button" title="colormix.png" alt="colormix.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 20:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Heatmaps/m-p/1510695#M436609</guid>
      <dc:creator>martin_escobar</dc:creator>
      <dc:date>2018-11-21T20:46:35Z</dc:date>
    </item>
  </channel>
</rss>

