<?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 Google Maps Integration in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Maps-Integration-in-Qlikview/m-p/1127795#M371054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing some issues with fetching the latitude and Longitude data from the Google API. I have made some changes to the code which was available online so that i can access the api. The code is as below. Any help is appreciated. Table1 contains data for the name and country. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let noRows = NoOfRows('Table1')-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to $(noRows)&lt;/P&gt;&lt;P&gt;let a=peek('Name',$(i),'Table1');&lt;/P&gt;&lt;P&gt;let address=peek('Country',$(i),'Table1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'$(a)' as Name,&lt;/P&gt;&lt;P&gt;'$(address)' as Address&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GeocodeResponse/result/geometry/location/lng.value] AS longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GeocodeResponse/result/geometry/location/lat.value] AS latitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false" rel="nofollow" target="_blank"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [kml]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 06:46:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-16T06:46:24Z</dc:date>
    <item>
      <title>Google Maps Integration in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-Integration-in-Qlikview/m-p/1127795#M371054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing some issues with fetching the latitude and Longitude data from the Google API. I have made some changes to the code which was available online so that i can access the api. The code is as below. Any help is appreciated. Table1 contains data for the name and country. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let noRows = NoOfRows('Table1')-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to $(noRows)&lt;/P&gt;&lt;P&gt;let a=peek('Name',$(i),'Table1');&lt;/P&gt;&lt;P&gt;let address=peek('Country',$(i),'Table1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'$(a)' as Name,&lt;/P&gt;&lt;P&gt;'$(address)' as Address&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GeocodeResponse/result/geometry/location/lng.value] AS longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GeocodeResponse/result/geometry/location/lat.value] AS latitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false" rel="nofollow" target="_blank"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [kml]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-Integration-in-Qlikview/m-p/1127795#M371054</guid>
      <dc:creator />
      <dc:date>2016-06-16T06:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps Integration in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-Integration-in-Qlikview/m-p/1127796#M371055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fixed it the issue was with a variable used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 08:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-Integration-in-Qlikview/m-p/1127796#M371055</guid>
      <dc:creator />
      <dc:date>2017-01-03T08:10:21Z</dc:date>
    </item>
  </channel>
</rss>

