<?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: How to solve problems with duplicate city names in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383314#M8262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @miguel - do I have to use this as a formula field in the data table or can I make simple dimension. I've tried the second one but the formula only produces "-" values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample original values Longitude latitude&lt;/P&gt;&lt;P&gt;34.0627000 -84.0833000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value in the new formula field Geopoint is "-"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats wrong?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-13 08_38_01-Qlik Sense Desktop.jpg" class="jive-image image-1" src="/legacyfs/online/186745_2017-12-13 08_38_01-Qlik Sense Desktop.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 07:43:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-13T07:43:26Z</dc:date>
    <item>
      <title>How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383310#M8258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of hotels that I want to visualize on a map. From the round 600 records only few are shown on the map. I did some checking on that and realized that as soon a city is duplicate it is not shown on the map.&lt;/P&gt;&lt;P&gt;Is there a chance to include postcode in order to have a unique id to show on the map. As far as I could see this option is not available but nevertheless I need a way to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your help&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383310#M8258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383311#M8259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Example there is a city called "Bad Endorf". In this case it's found on openstreetmaps but not shown on the map in qlik sense..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383311#M8259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383312#M8260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you retrieving the latitude and longitude from to place these cities on the map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 16:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383312#M8260</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-12-11T16:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383313#M8261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need make a geoPoint on QlikSense, use this way: &lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;GeoMakePoint()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, for open street map, it works, but qlik sense uses one point to draw these geo location,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Scripting/GeospatialFunctions/GeoMakePoint.htm" title="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Scripting/GeospatialFunctions/GeoMakePoint.htm"&gt;GeoMakePoint - script and chart function ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 20:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383313#M8261</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2017-12-11T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383314#M8262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @miguel - do I have to use this as a formula field in the data table or can I make simple dimension. I've tried the second one but the formula only produces "-" values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample original values Longitude latitude&lt;/P&gt;&lt;P&gt;34.0627000 -84.0833000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value in the new formula field Geopoint is "-"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats wrong?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-13 08_38_01-Qlik Sense Desktop.jpg" class="jive-image image-1" src="/legacyfs/online/186745_2017-12-13 08_38_01-Qlik Sense Desktop.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383314#M8262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383315#M8263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can do it from script it works better, on load script create the field geoPoint with the next sintax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;BR /&gt;GeomakePoint(Latitude,Longitude) as geoPoint&lt;/P&gt;&lt;P&gt;From &amp;lt;Table&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want, before to do the map, create a table to validate than the point be unique.&lt;/P&gt;&lt;P&gt;Next, load the layer for map with geoPoint, and label with the Hotel name. Share to us some data or .qvf to be more helpfull to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 17:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383315#M8263</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2017-12-13T17:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383316#M8264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx mate - I'll give that a try. In case I fail I#ll be happy to provide the qvf. I'm a complete newbe at qlik so I really appreciate your help! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 18:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383316#M8264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T18:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383317#M8265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well - I failed. I was not able to get all the subscribers from the list shown on a Map&lt;/P&gt;&lt;P&gt;Possible Fields are latitude, longitude or GP where I have both coordinates in one field. Further more I have the postcodes in field "Startort" and a field City well as Land or CC with the iso codes. I've put the qvf and a sample xls to a onedrive folder: &lt;A href="https://1drv.ms/f/s!AgNAQ7Gmr6x7kZc1SYl98msZy1yStg" title="https://1drv.ms/f/s!AgNAQ7Gmr6x7kZc1SYl98msZy1yStg"&gt;https://1drv.ms/f/s!AgNAQ7Gmr6x7kZc1SYl98msZy1yStg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 12:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383317#M8265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-14T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383318#M8266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian, I Understand better your problem now, you have so many ways to resolve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Al you need is define a KML with a cities of your country - region; and use de Id of KML to set a layer on OpenStreet Map, it works too with post Code; but it'll not draw points, it draws regions with colors such like this image: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image result for KML MAP zones Qlik sense" class="jive-image" height="241" src="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Resources/Images/ui_gen_WorldMap.png" style="width: 371px; height: 240.686px;" width="371" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You have loaded KML for your country. you need find others for Cities, and it works fine.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Visualizations/Map/load-map-data.htm" title="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Visualizations/Map/load-map-data.htm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loading map data ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can convert the post codes or adress to lat and long in diferents ways, if you want to use it use this two:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.latlong.net/convert-address-to-lat-long.html" title="https://www.latlong.net/convert-address-to-lat-long.html"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; https://www.latlong.net/convert-address-to-lat-long.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.mapseasy.com/adress-to-gps-coordinates.php" title="http://www.mapseasy.com/adress-to-gps-coordinates.php"&gt;Convert Addresses to GPS Coordinates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or use this aplication in QlikView:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/download/202254-33523/google-maps-address-data.qvw" title="https://community.qlik.com/servlet/JiveServlet/download/202254-33523/google-maps-address-data.qvw"&gt;https://community.qlik.com/servlet/JiveServlet/download/202254-33523/google-maps-address-data.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In this case you can use points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If finally don't works, change object to an extension with SVG or Google maps. On Qlik Branch you can find it:&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/" title="http://branch.qlik.com/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qlik Branch &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There you can download, and install them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: If you can generate or find SVG to the map, it works with a better performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae69868" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae69868"&gt;http://branch.qlik.com/#!/project/56728f52d1e497241ae69868&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;Regars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383318#M8266</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2017-12-14T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383319#M8267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got you. One last question - how does a geopoint field has to look like, when containing lat and long&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just LAT, LONG or does the field have to contain any kind of brackets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 10:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383319#M8267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve problems with duplicate city names</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383320#M8268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian, It should be a number (INT or double, prefered double), and to do a geo point it should be something like this:&lt;/P&gt;&lt;P&gt;makegeoPoint(0.32,8.75)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-solve-problems-with-duplicate-city-names/m-p/1383320#M8268</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2017-12-18T15:36:49Z</dc:date>
    </item>
  </channel>
</rss>

