<?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 Qlikmaps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920480#M318950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed the Qlikmaps extension and trying to display the Key Performance Indicators on the Map. I am very new to Qlikview, so it would be great if someone shares some light on setting the dimensions in Qlikmaps. I could not find any resource on Qlikmaps on the internet. So can anyone please help me out with the Qlikmaps implementation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 16:54:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-29T16:54:51Z</dc:date>
    <item>
      <title>Qlikmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920480#M318950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed the Qlikmaps extension and trying to display the Key Performance Indicators on the Map. I am very new to Qlikview, so it would be great if someone shares some light on setting the dimensions in Qlikmaps. I could not find any resource on Qlikmaps on the internet. So can anyone please help me out with the Qlikmaps implementation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 16:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920480#M318950</guid>
      <dc:creator />
      <dc:date>2015-07-29T16:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920481#M318951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement Qlikmaps and I see this expression in Fill color column of Qlikmaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(DISTINCT TOTAL [Dimension]) = 1, '#ff0000',&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.1), '#ff0000',&lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.2), '#190000',&lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.3), '#4c0000',&lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.4), '#7f0000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.5), '#990000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.6), '#b20000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.7), '#cc0000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.8), '#e50000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt; if(Count(TOTAL &amp;lt;[Dimension]&amp;gt; &lt;X&gt;) &amp;lt;= fractile(TOTAL aggr(Count([Closed YM]),[Dimension]), 0.9), '#e50000', &lt;/X&gt;&lt;/P&gt;&lt;P&gt;'#ff0000'))))))))))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '#ff0000')))))))))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;/*&amp;nbsp; This template will create a heat map with a green color gradient&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 1) Replace [Dimension] with the field that defines your polygons&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Replace &lt;X&gt; with a field that defines defines the measurement for your deciles&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) Remove the instructions and comment qualifiers &lt;/X&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Can anyone explain how I can go ahead and implement the qlikmaps?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Cust Country is the country field in my data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;I have loaded another QVD containing Cust country, boundary features, latitude and longitude&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;I want to see the volume of closed tickets ( count(closed YM) ) on the map. How do I implement this in qlikmaps??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 17:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920481#M318951</guid>
      <dc:creator />
      <dc:date>2015-07-29T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikmaps</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920482#M318952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowhardh,&lt;/P&gt;&lt;P&gt;My name is Trey Bayne and I work for QlikMaps. There is a lot of information available on our Knowledge Base at www.qlikmaps.com/docs, but you must have a username and password to access the site. Your Account Manager should have access to the Knowledge Base and may be able to provide you with the username and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, let me see if I can help. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The expression provided in your second post helps determine the gradient colors on the map. In the expression,replace [Dimension] with the field name you placed in the dimension box of the Polygon Map.&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;Let me know if you need additional help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikmaps/m-p/920482#M318952</guid>
      <dc:creator>trey_bayne</dc:creator>
      <dc:date>2015-11-04T19:09:20Z</dc:date>
    </item>
  </channel>
</rss>

