<?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 KML and Geolocation in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868527#M3892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello! i need to obtain an Italy Map that contains for each region the amount of IMPORT field.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This is the Table structure:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="44" style="width: 633px; height: 33px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="79"&gt;&lt;STRONG&gt;NDG&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="69"&gt;&lt;STRONG&gt;TIPO_PAG&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="69"&gt;&lt;STRONG&gt;CITTA&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="77"&gt;&lt;STRONG&gt;PROVINCIA&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;&lt;STRONG&gt;ABI&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="100"&gt;&lt;STRONG&gt;DATA INCASSO&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="100"&gt;&lt;STRONG&gt;IMPORTO&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="110"&gt;&lt;STRONG&gt;LATITUDE&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="117"&gt;&lt;STRONG&gt;LONGITUDE&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="24" style="width: 637px; height: 26px;" width="635"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" width="79"&gt;1223456&lt;/TD&gt;&lt;TD width="69"&gt;CO&lt;/TD&gt;&lt;TD width="69"&gt;Pisa&lt;/TD&gt;&lt;TD width="77"&gt;PI&lt;/TD&gt;&lt;TD align="right" width="64"&gt;5164&lt;/TD&gt;&lt;TD align="right" class="xl65" width="100"&gt;07/04/2015&lt;/TD&gt;&lt;TD align="right" class="xl66" width="100"&gt;20.000,00&lt;/TD&gt;&lt;TD class="xl67" width="110"&gt;43.716135&lt;/TD&gt;&lt;TD class="xl67" width="117"&gt;10.3966024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;When i attach these data to the map the region linking is not done, but the Sum(IMPORTO) is linked to every region.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have also used this statement to have a correct coordinate linking:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NDG,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIPO_PAG,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CITTA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVINCIA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATA INCASSO",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTO,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LATITUDE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONGITUDE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoMakePoint(LATITUDE,LONGITUDE) AS LOCATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;FROM [lib://Downloads/GEOMAPS.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Foglio1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;What have i to do to render for each region (City) with circles the amount of data?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is it necessary to mantain a certain table structure to obtain this?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 14:51:28 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2015-04-07T14:51:28Z</dc:date>
    <item>
      <title>KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868527#M3892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello! i need to obtain an Italy Map that contains for each region the amount of IMPORT field.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This is the Table structure:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="44" style="width: 633px; height: 33px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="79"&gt;&lt;STRONG&gt;NDG&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="69"&gt;&lt;STRONG&gt;TIPO_PAG&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="69"&gt;&lt;STRONG&gt;CITTA&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="77"&gt;&lt;STRONG&gt;PROVINCIA&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;&lt;STRONG&gt;ABI&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="100"&gt;&lt;STRONG&gt;DATA INCASSO&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="100"&gt;&lt;STRONG&gt;IMPORTO&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="110"&gt;&lt;STRONG&gt;LATITUDE&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="117"&gt;&lt;STRONG&gt;LONGITUDE&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="24" style="width: 637px; height: 26px;" width="635"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" width="79"&gt;1223456&lt;/TD&gt;&lt;TD width="69"&gt;CO&lt;/TD&gt;&lt;TD width="69"&gt;Pisa&lt;/TD&gt;&lt;TD width="77"&gt;PI&lt;/TD&gt;&lt;TD align="right" width="64"&gt;5164&lt;/TD&gt;&lt;TD align="right" class="xl65" width="100"&gt;07/04/2015&lt;/TD&gt;&lt;TD align="right" class="xl66" width="100"&gt;20.000,00&lt;/TD&gt;&lt;TD class="xl67" width="110"&gt;43.716135&lt;/TD&gt;&lt;TD class="xl67" width="117"&gt;10.3966024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;When i attach these data to the map the region linking is not done, but the Sum(IMPORTO) is linked to every region.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have also used this statement to have a correct coordinate linking:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NDG,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIPO_PAG,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CITTA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVINCIA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATA INCASSO",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTO,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LATITUDE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONGITUDE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoMakePoint(LATITUDE,LONGITUDE) AS LOCATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;FROM [lib://Downloads/GEOMAPS.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Foglio1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;What have i to do to render for each region (City) with circles the amount of data?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is it necessary to mantain a certain table structure to obtain this?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868527#M3892</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-04-07T14:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868528#M3893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks right...a few things to check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. did you add 'LOCATION' as the dimension for the map ? &lt;/P&gt;&lt;P&gt;2. after #1, did you drag IMPORTO into the same map ? when you do this it should prompt you to select sum,avg, min etc...&lt;/P&gt;&lt;P&gt;3. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;then just make sure the background / show property on the right is set to 'ON'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest doing steps 1-3 after dragging in a brand new map object onto the dashboard. its trickier to change an existing map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 20:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868528#M3893</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-04-07T20:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868529#M3894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I've noticed that some KML's map i have found were corrupted or not properly formed, so i ask you if you let me have some maps (in KML format) I can use for Italy Region and Province locations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 21:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868529#M3894</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-04-07T21:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868530#M3895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at &lt;A href="http://www.qgis.org/" title="http://www.qgis.org/"&gt;Welcome to the QGIS project!&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 22:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868530#M3895</guid>
      <dc:creator />
      <dc:date>2015-04-07T22:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868531#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 08:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868531#M3896</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-04-08T08:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868532#M3897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;did you finally got the KML file? I'm looking for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Davide &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 14:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868532#M3897</guid>
      <dc:creator />
      <dc:date>2016-01-25T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: KML and Geolocation</title>
      <link>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868533#M3898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try here: &lt;A href="http://www.kmlfactbook.org/#&amp;amp;db=ciafb&amp;amp;table=2002&amp;amp;col=2008&amp;amp;" title="http://www.kmlfactbook.org/#&amp;amp;db=ciafb&amp;amp;table=2002&amp;amp;col=2008&amp;amp;"&gt;kmlfactbook.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/KML-and-Geolocation/m-p/868533#M3898</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-01-26T09:40:07Z</dc:date>
    </item>
  </channel>
</rss>

