<?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 GeoQLik Locations GB and General in GeoAnalytics</title>
    <link>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541381#M2296</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am struggling with finding some addresses in general on Postal Code and Country Code. Most often they do work but I have now found that I cannot get GB to work.&lt;/P&gt;
&lt;P&gt;For example I want to add a line layer between 9041,BE and CV21 1DZ,GB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a database where you can look what countries and postal codes are supported by GeoQlik?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR Thomas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 21:14:32 GMT</pubDate>
    <dc:creator>tm_</dc:creator>
    <dc:date>2021-09-07T21:14:32Z</dc:date>
    <item>
      <title>GeoQLik Locations GB and General</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541381#M2296</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am struggling with finding some addresses in general on Postal Code and Country Code. Most often they do work but I have now found that I cannot get GB to work.&lt;/P&gt;
&lt;P&gt;For example I want to add a line layer between 9041,BE and CV21 1DZ,GB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a database where you can look what countries and postal codes are supported by GeoQlik?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR Thomas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 21:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541381#M2296</guid>
      <dc:creator>tm_</dc:creator>
      <dc:date>2021-09-07T21:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: GeoQLik Locations GB and General</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541446#M2297</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps a silly question, but is the issue that you're using GB instead of UK?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 11:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541446#M2297</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-02-08T11:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: GeoQLik Locations GB and General</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541458#M2298</link>
      <description>&lt;P&gt;Have you seen this post?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Association-of-maps-with-postal-code/m-p/59113/highlight/true#M3923" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Association-of-maps-with-postal-code/m-p/59113/highlight/true#M3923&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patric fromQlik responded:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;Yes UK postal codes follows an own system, here's a good summary:&lt;/P&gt;&lt;P&gt;&lt;A title="https://en.wikipedia.org/wiki/Postcodes_in_the_United_Kingdom" href="https://en.wikipedia.org/wiki/Postcodes_in_the_United_Kingdom" rel="nofollow noopener noreferrer" target="_blank"&gt;Postcodes in the United Kingdom - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;QGA has support for "Area", "District" and "Sector" postal code areas for GB except Northern Ireland.&lt;/P&gt;&lt;P&gt;One way to parse is (given the the postcode is proper formatted with a space in the right place):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;subfield(Postcode,' ',1) &amp;amp; ' ' &amp;amp; left(subfield(Postcode,' ',2),1) AS sector,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;subfield(Postcode,' ',1) AS district,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;If(IsNum(Mid(Postcode,2,1)),Left(Postcode,1),Left(Postcode,2)) as area&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 11:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/GeoQLik-Locations-GB-and-General/m-p/1541458#M2298</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-02-08T11:58:31Z</dc:date>
    </item>
  </channel>
</rss>

