<?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: Geo Coding in the Editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422512#M33812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Automated Script generated by Qlik or create your own script as I showed above....&lt;/P&gt;&lt;P&gt;Mine is a simple one line script to create a Geopoint, Qlik does the same but also generate some other script which I feel is not required.&lt;/P&gt;&lt;P&gt;All I need is GeoPoint.&lt;/P&gt;&lt;P&gt;Can you please post an example script you talking about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 15:14:40 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2017-12-18T15:14:40Z</dc:date>
    <item>
      <title>Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422509#M33809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware of the inbulid functionality of geo data mapping with ISO codes, city or country names when I add the data via the data manager. But how does it work when I load my data via the editor? How can refere to the existing geodata and link my cities and countries to the data?&lt;/P&gt;&lt;P&gt;E.g. I'm loading data via the SAP connector and the edior and I would like to assign geo data to my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea/suggestion how to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422509#M33809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422510#M33810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends how your data looks like for geo map.&lt;/P&gt;&lt;P&gt;Qlik Sense has by default 2 options to create a map.&lt;/P&gt;&lt;P&gt;1. Latitude and Longitude (tagged to your Country/State/City etc)&lt;/P&gt;&lt;P&gt;2. Polygon (KML or CSV files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SVG extension supports 2 or 3 digit ISO code for Country, State, City etc&lt;/P&gt;&lt;P&gt;Google Map takes Latitude/Longitude/KML files as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data should have link between either country/state/city names to Latitude, longitude or KML data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Latitude Longitude geomapping&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;State,&lt;/P&gt;&lt;P&gt;City,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;Population,&lt;/P&gt;&lt;P&gt;SalesPerson,&lt;/P&gt;&lt;P&gt;Latitude,&lt;/P&gt;&lt;P&gt;Longitude,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Geomakepoint(Latitude,Longitude) as GeoPoint&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For KML or other ISO codes you do not have to write any extra script, just load the data as is and SVG would take it&lt;/P&gt;&lt;P&gt;But if only tagging it with lat/long use&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Geomakepoint(Latitude,Longitude) as GeoPoint.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;PFA for your reference.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422510#M33810</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-18T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422511#M33811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But therefor I would have to bring the geo data with me, so they have to be in any file available..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding the mapping of the geo data is done by the system when I load the data via the data manager (prepare data - and geo information is added), so the geo data is anyways available. Why cant this data be used in case I load the data via the editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards, P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422511#M33811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422512#M33812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Automated Script generated by Qlik or create your own script as I showed above....&lt;/P&gt;&lt;P&gt;Mine is a simple one line script to create a Geopoint, Qlik does the same but also generate some other script which I feel is not required.&lt;/P&gt;&lt;P&gt;All I need is GeoPoint.&lt;/P&gt;&lt;P&gt;Can you please post an example script you talking about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422512#M33812</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-18T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422513#M33813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the script is only generated automatically, when you add the data via the data manager; if you load the data via scripting in the editor, there is no script generated for geo data.&lt;/P&gt;&lt;P&gt;E.g. I load customer city but without any lati/long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add the data via data manager, qlik will automatically, link the lati/long data to the city (as long as it is recognised). But when loading via editor, I dont have access to the table with the integrated mapping data (lati/long)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422513#M33813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T15:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422514#M33814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand now....But I never seen Qlik Geo Coding you if you just have City or state association...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried it on my sample data which has State,City,County and Zip Code&lt;/P&gt;&lt;P&gt;But there was no geocoding done by Qlik. Not sure how you are able to generate automated geocoding in Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a screen shot where geocoding is done just based of city or state?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422514#M33814</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-18T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422515#M33815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here I just added data via data manager; ISO code and city are recognised as geo data and can be used as this in a map... I didnt add any other data to it..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KNA_Data.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187376_KNA_Data.png" style="height: 530px; width: 620px;" /&gt;&lt;IMG alt="KNA_GeoData.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/187377_KNA_GeoData.png" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422515#M33815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T15:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422516#M33816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how you are getting those data points, I tried in mine and it doesn't give me an option to 'Add Layer to the map'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show me the screenshot of the Edit Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422516#M33816</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-18T15:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Coding in the Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422517#M33817</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;qliksense offer this feature for awhile, automatic geo code when recognizing city name or country name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but only via data manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Geocoding.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187379_Geocoding.png" style="height: 249px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Geo-Coding-in-the-Editor/m-p/1422517#M33817</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-18T15:58:34Z</dc:date>
    </item>
  </channel>
</rss>

