<?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 Drill Down Map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Drill-Down-Map/m-p/1732715#M55923</link>
    <description>&lt;P&gt;Hi to everyone!&lt;/P&gt;&lt;P&gt;I have an issue that I don't know how to resolve it.&lt;/P&gt;&lt;P&gt;I have a map with a drill down dimension, from Region to Cities, where I put Automatic as position. I have a problem in a specific case: Puglia is a region in Italy, and Bari is a city inside Puglia. But exists a Region called Bari in Somalia. Then the tool recognizes Bari in Somalia and not in Puglia.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that tool recognizes Bari in Italy with a drill down dimension (from Region to City).&lt;/P&gt;&lt;P&gt;How I can do that?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:45:22 GMT</pubDate>
    <dc:creator>Shi</dc:creator>
    <dc:date>2024-11-16T01:45:22Z</dc:date>
    <item>
      <title>Drill Down Map</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-Down-Map/m-p/1732715#M55923</link>
      <description>&lt;P&gt;Hi to everyone!&lt;/P&gt;&lt;P&gt;I have an issue that I don't know how to resolve it.&lt;/P&gt;&lt;P&gt;I have a map with a drill down dimension, from Region to Cities, where I put Automatic as position. I have a problem in a specific case: Puglia is a region in Italy, and Bari is a city inside Puglia. But exists a Region called Bari in Somalia. Then the tool recognizes Bari in Somalia and not in Puglia.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that tool recognizes Bari in Italy with a drill down dimension (from Region to City).&lt;/P&gt;&lt;P&gt;How I can do that?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-Down-Map/m-p/1732715#M55923</guid>
      <dc:creator>Shi</dc:creator>
      <dc:date>2024-11-16T01:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Drill Down Map</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-Down-Map/m-p/1732746#M55924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you have place names that are ambiguous (i.e. more than one place exists with the same name) then you need to specify the country in your data. The best way to do this is to append your data value with ISO codes (&lt;A href="https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes" target="_blank"&gt;https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if the data value is "Bari", then Qlik will default to the place in Somalia, not Italy. If the data value was "Bari,IT" (with IT being the ISO code for Italy) then it will map it to your desired place.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can append the country names a number of ways and depending on the volume of data pick the best option from:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Change the source data (e.g. excel) - (hard work)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Amend in your script. So:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&lt;/P&gt;&lt;P&gt;City,&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;FROM xxx&amp;nbsp;&lt;/P&gt;&lt;P&gt;becomes....&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&lt;/P&gt;&lt;P&gt;City &amp;amp; ',IT' AS City,&lt;/P&gt;&lt;P&gt;Region &amp;amp; ',IT' AS REGION&lt;/P&gt;&lt;P&gt;FROM xxx&lt;/P&gt;&lt;P&gt;** This method will work fine if you are working just with Italian data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. APPLYMAP the ISO Codes into the Region and City field and append them in the same way as 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;** Use this if you have data from mu;tiple countries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-Down-Map/m-p/1732746#M55924</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2020-08-03T11:02:48Z</dc:date>
    </item>
  </channel>
</rss>

