<?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: Simple mapping tool for UK postcodes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436943#M804200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this files the Loadscript looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 AS Country,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 AS postcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 AS place,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 AS "&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;federal state"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 AS "fe&lt;SPAN class="short_text" lang="en"&gt;deral state&lt;/SPAN&gt;l contruction",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8 AS district,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[' &amp;amp; @11 &amp;amp; ','&amp;amp; @10 &amp;amp;']' as geocoordinates &lt;/P&gt;&lt;P&gt;FROM [lib://Qlik/&lt;STRONG&gt;allCountries.txt&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;(txt, utf8, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TAG FIELDS geocoordinates WITH $geopoint; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must only change the Folder and the txt name in the From clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 14:19:10 GMT</pubDate>
    <dc:creator>Ralf_Heukäufer</dc:creator>
    <dc:date>2017-11-08T14:19:10Z</dc:date>
    <item>
      <title>Simple mapping tool for UK postcodes</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436941#M804198</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;Does anyone know of a simple mapping tool for qlik that uses UK postcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used goole maps in the past with long and lat but dont have those in this set of data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondered if there was a app or product out there even if have to pay for that allows simple mapping of reference points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436941#M804198</guid>
      <dc:creator>paullawrence190</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple mapping tool for UK postcodes</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436942#M804199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try loading the geonames.org Postal code files (&lt;A href="http://download.geonames.org/export/zip/" title="http://download.geonames.org/export/zip/"&gt;GeoNames&lt;/A&gt;) with QlikView and doing the mapping yourself (download GB.zip for uk postcodes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 11:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436942#M804199</guid>
      <dc:creator>m_s</dc:creator>
      <dc:date>2017-11-08T11:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple mapping tool for UK postcodes</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436943#M804200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this files the Loadscript looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 AS Country,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 AS postcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 AS place,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 AS "&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;federal state"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 AS "fe&lt;SPAN class="short_text" lang="en"&gt;deral state&lt;/SPAN&gt;l contruction",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8 AS district,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[' &amp;amp; @11 &amp;amp; ','&amp;amp; @10 &amp;amp;']' as geocoordinates &lt;/P&gt;&lt;P&gt;FROM [lib://Qlik/&lt;STRONG&gt;allCountries.txt&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;(txt, utf8, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TAG FIELDS geocoordinates WITH $geopoint; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must only change the Folder and the txt name in the From clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436943#M804200</guid>
      <dc:creator>Ralf_Heukäufer</dc:creator>
      <dc:date>2017-11-08T14:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Simple mapping tool for UK postcodes</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436944#M804201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;\Thanks both this was really helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-mapping-tool-for-UK-postcodes/m-p/1436944#M804201</guid>
      <dc:creator>paullawrence190</dc:creator>
      <dc:date>2017-11-16T09:32:53Z</dc:date>
    </item>
  </channel>
</rss>

