<?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 use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics? in GeoAnalytics</title>
    <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55293#M293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return at lat-long pair expressed as a geometry. Geometry is used as a generic term, it could be a point or a shape depending on the context. Note the entry for "Geometry Kind" in the Load operation example, it is set to "Point".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Generated by GeoAnalytics for operation Load ---------------------- */&lt;/P&gt;&lt;P&gt;[Cities]:&lt;/P&gt;&lt;P&gt;SQL SELECT [Cities_Name], [Cities_Geometry] FROM Load(dataset='Cities')&lt;/P&gt;&lt;P&gt;DATASOURCE Cities LOCATIONSERVICE geometry='POINT', type='P*', country='AU', serviceName='default'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loads:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198370_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 05:52:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-04T05:52:12Z</dc:date>
    <item>
      <title>How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55290#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Geo analytics and performance of my map was very slow. Earlier I was using Country_Name&lt;SPAN style="font-size: 10pt;"&gt; in area layer dimension, now I am using Country_Geometry which I got from Qlik service. After that I have noticed that performance of map is increased by 20-30%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How I got Country_Geometry column of LocationService:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Named Area Layer.PNG" class="jive-image image-1" src="/legacyfs/online/195425_Named Area Layer.PNG" style="height: auto;" /&gt;&lt;BR /&gt;Once after submit this setting I will get script like below in editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT [Country_Name], [&lt;STRONG&gt;Country_Geometry&lt;/STRONG&gt;], [CountryIso2], [Country_Adm1Code], [Country_Adm2Code], [LocationDbType], [LocationDbId] FROM Load(dataset='Country')&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATASOURCE Country LOCATIONSERVICE geometry='AREA', type='APCLI', country='', serviceName='default';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same thing I want to do for my bubble layer pins, so that I can use bubble lat long directly instead of using City name in bubble layer dimension. I am trying the same thing for City in location service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Named Point Lookup.PNG" class="jive-image image-2" src="/legacyfs/online/195426_Named Point Lookup.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest me that how to use "&lt;STRONG&gt;NamedAreaLookup&lt;/STRONG&gt;" and "&lt;STRONG&gt;NamedPointLookup&lt;/STRONG&gt;" service to load geometry data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dilip Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55290#M290</guid>
      <dc:creator>dilip1234</dc:creator>
      <dc:date>2018-03-06T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55291#M291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;There's a couple of approaches to consider. Firstly, if you just want a list of cities and their geographies for example, you could just use the Load operation to include them as a table in your app, like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Load operation.PNG" class="jive-image image-1" src="/legacyfs/online/195635_Load operation.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If instead however you have a list of geography names you want to look up the geometry for, such as country, you can use the lookup operations as you've suggested. In the example below I have some country names already loaded from another table ([Suppliers], with fields [ID] and [CountryName]) and I want to look up the area geometries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="named area lookup.PNG" class="jive-image image-2" src="/legacyfs/online/195636_named area lookup.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This operation allows me to load a table with the geometries of the countries I already have in my app. As you say, with the geometries stored locally in your app you can overcome the latency issue that affects some regions when using the cloud hosted geoanalytics server. Another option is to purchase your own geoanalytics server instance and implement it such that latency is no longer an issue.&lt;/P&gt;&lt;P&gt;I trust I've understood your query properly and managed to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 01:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55291#M291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-08T01:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55292#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried getting cities geography as you have shown above. I am getting licensing issue might. I will take care of that. But when I see the city location script, there is one field "&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Cities_Geometry&lt;/STRONG&gt;&lt;/SPAN&gt;", will this field return latitude - longitude of city or geometry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get lat long through Qlik sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Generated by GeoAnalytics for operation Load ---------------------- */&lt;/P&gt;&lt;P&gt;[Cities]:&lt;/P&gt;&lt;P&gt;SQL SELECT [Cities_Name], [Cities_Geometry], [CountryIso2], [Cities_Adm1Code], [Cities_Adm2Code], [LocationDbType], [LocationDbId] FROM Load(dataset='Cities')&lt;/P&gt;&lt;P&gt;DATASOURCE Cities LOCATIONSERVICE geometry='POINT', type='P*', country='', serviceName='default'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;/* End GeoAnalytics operation Load ----------------------------------- */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dilip Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 05:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55292#M292</guid>
      <dc:creator>dilip1234</dc:creator>
      <dc:date>2018-04-04T05:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55293#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return at lat-long pair expressed as a geometry. Geometry is used as a generic term, it could be a point or a shape depending on the context. Note the entry for "Geometry Kind" in the Load operation example, it is set to "Point".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Generated by GeoAnalytics for operation Load ---------------------- */&lt;/P&gt;&lt;P&gt;[Cities]:&lt;/P&gt;&lt;P&gt;SQL SELECT [Cities_Name], [Cities_Geometry] FROM Load(dataset='Cities')&lt;/P&gt;&lt;P&gt;DATASOURCE Cities LOCATIONSERVICE geometry='POINT', type='P*', country='AU', serviceName='default'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loads:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198370_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 05:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55293#M293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55294#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. That's really great. Let me resolve my licensing issue and then will see this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Rod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 05:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55294#M294</guid>
      <dc:creator>dilip1234</dc:creator>
      <dc:date>2018-04-04T05:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use NamedPointLoopkup and NamedAreaLookup service in Qlik sense Geo analytics?</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55295#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed Geoanalytics plus setup and resolved above issue, but while loading data from this service, I'm getting below issue:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GeoPlusResult.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202925_GeoPlusResult.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dilip Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 08:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/How-to-use-NamedPointLoopkup-and-NamedAreaLookup-service-in-Qlik/m-p/55295#M295</guid>
      <dc:creator>dilip1234</dc:creator>
      <dc:date>2018-05-21T08:28:03Z</dc:date>
    </item>
  </channel>
</rss>

