<?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 QuickMap - Heatmap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QuickMap-Heatmap/m-p/787460#M1240910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to get an intelligent heatmap created to the QuickMap extension? The colors cant be harcoded based on value due to user selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant seem to get colormix1, nor colormix2 working for this,even though the expression work well within another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure can Quickmap read the argb()&amp;nbsp; which the colormix1() value seems to convert the color codes to? If you look in the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colorFormatter = function(c) {//function used to properly format the color that is entered&lt;/P&gt;&lt;P&gt;&amp;nbsp; var cc = c.toLowerCase();&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ((cc.indexOf("rgb") === -1) &amp;amp;&amp;amp; (cc.indexOf("#") === -1)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (cc.length &amp;lt; 6) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var addIt = "#";&lt;/P&gt;&lt;P&gt;&amp;nbsp; for (var i = cc.length; i &amp;lt; 6; i++) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; addIt += "0";&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; cc = addIt + cc&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; cc = "#" + cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; return cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; return cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post good solutions if you implemented some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>QuickMap - Heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/QuickMap-Heatmap/m-p/787460#M1240910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to get an intelligent heatmap created to the QuickMap extension? The colors cant be harcoded based on value due to user selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant seem to get colormix1, nor colormix2 working for this,even though the expression work well within another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure can Quickmap read the argb()&amp;nbsp; which the colormix1() value seems to convert the color codes to? If you look in the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colorFormatter = function(c) {//function used to properly format the color that is entered&lt;/P&gt;&lt;P&gt;&amp;nbsp; var cc = c.toLowerCase();&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ((cc.indexOf("rgb") === -1) &amp;amp;&amp;amp; (cc.indexOf("#") === -1)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (cc.length &amp;lt; 6) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var addIt = "#";&lt;/P&gt;&lt;P&gt;&amp;nbsp; for (var i = cc.length; i &amp;lt; 6; i++) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; addIt += "0";&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; cc = addIt + cc&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; cc = "#" + cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; return cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; return cc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post good solutions if you implemented some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuickMap-Heatmap/m-p/787460#M1240910</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: QuickMap - Heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/QuickMap-Heatmap/m-p/787461#M1240911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it should be gradient minvalues -medianvalues -maxvalues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 11:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuickMap-Heatmap/m-p/787461#M1240911</guid>
      <dc:creator />
      <dc:date>2014-11-07T11:00:54Z</dc:date>
    </item>
  </channel>
</rss>

