<?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: Map Chart - Continent in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Map-Chart-Continent/m-p/1856025#M70648</link>
    <description>&lt;P&gt;Hi Jerry,&lt;/P&gt;
&lt;P&gt;As you say, Qlik's native map does not appear to recognize continents (which is rather odd).&amp;nbsp; The closest I could get was this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rbartley_0-1636114416437.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66045i903F276163E1251F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rbartley_0-1636114416437.png" alt="rbartley_0-1636114416437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I loaded some dummy data for countries in Europe and Africa:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[GeoData]:
Load * InLine  [
Country, Continent, Value, ContinentValue
Belgium, Europe,1,21
France, Europe,2,21
Germany, Europe,3,21
Denmark, Europe,4,21
Italy, Europe,5,21
Spain, Europe,6,21
Morocco, Africa, 7,15
Algeria, Africa, 8,15
];&lt;/LI-CODE&gt;
&lt;P&gt;Then I added a standard point layer based on the Country field, where the size and colour of the points is defined by Sum(Value).&lt;/P&gt;
&lt;P&gt;Next, I added an area layer, again based on the Country field, but where the colouring is based on the field Continent and with the tooltip Sum(ContinentValue).&amp;nbsp; This has the disadvantage of the Continent value not reacting to selections of individual countries, so it depends on what your requirement is.&lt;/P&gt;
&lt;P&gt;I know that you can load your own kml data, which allows for the Continent keyword:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/load-map-data.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/load-map-data.htm&lt;/A&gt;&amp;nbsp;, so perhaps that would provide a more complete solution.&amp;nbsp; In the meantime, I 've attached the app, in case it's useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 12:22:00 GMT</pubDate>
    <dc:creator>rbartley</dc:creator>
    <dc:date>2021-11-05T12:22:00Z</dc:date>
    <item>
      <title>Map Chart - Continent</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Chart-Continent/m-p/1855768#M70631</link>
      <description>&lt;P&gt;Hi - Without using "Geo Analytics" - is there a way to have an area layer (continent) then either an area layer or a point layer for country ? How does the Map Chart (non Gel Analytics) recognize continents ?&amp;nbsp;&amp;nbsp; I have seen the Country (area layer) to City (point layer) relationship, but I would like to have a Continent to Country relationship.&lt;/P&gt;
&lt;P&gt;Any thoughts - Jerry&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Chart-Continent/m-p/1855768#M70631</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2021-11-04T20:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map Chart - Continent</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Chart-Continent/m-p/1856025#M70648</link>
      <description>&lt;P&gt;Hi Jerry,&lt;/P&gt;
&lt;P&gt;As you say, Qlik's native map does not appear to recognize continents (which is rather odd).&amp;nbsp; The closest I could get was this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rbartley_0-1636114416437.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66045i903F276163E1251F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rbartley_0-1636114416437.png" alt="rbartley_0-1636114416437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I loaded some dummy data for countries in Europe and Africa:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[GeoData]:
Load * InLine  [
Country, Continent, Value, ContinentValue
Belgium, Europe,1,21
France, Europe,2,21
Germany, Europe,3,21
Denmark, Europe,4,21
Italy, Europe,5,21
Spain, Europe,6,21
Morocco, Africa, 7,15
Algeria, Africa, 8,15
];&lt;/LI-CODE&gt;
&lt;P&gt;Then I added a standard point layer based on the Country field, where the size and colour of the points is defined by Sum(Value).&lt;/P&gt;
&lt;P&gt;Next, I added an area layer, again based on the Country field, but where the colouring is based on the field Continent and with the tooltip Sum(ContinentValue).&amp;nbsp; This has the disadvantage of the Continent value not reacting to selections of individual countries, so it depends on what your requirement is.&lt;/P&gt;
&lt;P&gt;I know that you can load your own kml data, which allows for the Continent keyword:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/load-map-data.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/load-map-data.htm&lt;/A&gt;&amp;nbsp;, so perhaps that would provide a more complete solution.&amp;nbsp; In the meantime, I 've attached the app, in case it's useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Chart-Continent/m-p/1856025#M70648</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2021-11-05T12:22:00Z</dc:date>
    </item>
  </channel>
</rss>

