<?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 How to Implement Heat Map on Qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270307#M399669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I need to develop a heat map on qliksense using the Nigeria map as the map as well as showing all the states in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The state area on the map will be used as the dimension against total number of students.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the clue..&lt;/P&gt;&lt;P&gt;Although I have done a heat map using xml.code... but how can I do that for Nigeria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached for desired map (Nigeria)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 12:13:41 GMT</pubDate>
    <dc:creator>akpofureenughwu</dc:creator>
    <dc:date>2017-02-27T12:13:41Z</dc:date>
    <item>
      <title>How to Implement Heat Map on Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270307#M399669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I need to develop a heat map on qliksense using the Nigeria map as the map as well as showing all the states in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The state area on the map will be used as the dimension against total number of students.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the clue..&lt;/P&gt;&lt;P&gt;Although I have done a heat map using xml.code... but how can I do that for Nigeria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached for desired map (Nigeria)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270307#M399669</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-27T12:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Heat Map on Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270308#M399670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_251409_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154661_QlikCommunity_Thread_251409_Pic1.JPG" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 22:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270308#M399670</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-27T22:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Heat Map on Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270309#M399671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Download a KML file for Nigeria States. For example, from here &lt;A href="http://www.gadm.org/download" title="http://www.gadm.org/download"&gt;Download | Global Administrative Areas.&lt;/A&gt;I used the "Level 1" data for this example. Files downloaded from this site are in archive format and will need to be unzipped using a tool like 7Zip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Drag the extracted KML file to your Qlik Sense application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Load your student data, using the same name for the state that the KML load used. In this example, [NGA_adm1.Name]. (Note: you can modify the KML load to use a fieldname you are already using like "State").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Create a Map object in your Qlik Sense app. Use &lt;SPAN style="font-size: 13.3333px;"&gt;[NGA_adm1.Name]&lt;/SPAN&gt; for the Dimension. Select "Area" when prompted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In the Appearance section of the map properties, provide your Student aggregation (like "Sum(Students)") as the color by expression and select a color scheme.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-27_18-06-56.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154659_2017-02-27_18-06-56.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it. You have some options to mess with as far as color schemes and how you want the Students to be bucketed or not. Example qvf attached.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-27_18-09-32.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154660_2017-02-27_18-09-32.png" style="height: 484px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 23:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270309#M399671</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-02-27T23:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Heat Map on Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270310#M399672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Please close this thread if your question is answered:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;A ___default_attr="14806" _modifiedtitle="true" data-orig-content="Qlik Community Tip: Marking Replies as Correct or Helpful" jivemacro="document" title="Qlik Community Tip: Marking Replies as Correct or Helpful"&gt;&lt;SPAN style="color: #2989c5;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 19:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Heat-Map-on-Qliksense/m-p/1270310#M399672</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-03-01T19:27:38Z</dc:date>
    </item>
  </channel>
</rss>

