<?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: EXTRACT GOOGLE lat and lng using QV script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544330#M688338</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;I'm using geocoding.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a different "from".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/maps/api/geocode/xml?sensor=false&amp;amp;ie=utf8&amp;amp;region=$(vTLD)&amp;amp;address=$(vAddress"&gt;http://maps.google.com/maps/api/geocode/xml?sensor=false&amp;amp;ie=utf8&amp;amp;region=$(vTLD)&amp;amp;address=$(vAddress&lt;/A&gt;&lt;SPAN&gt;)] (XmlSimple, Table is [GeocodeResponse])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to set up some variable before&amp;nbsp; (inside&amp;nbsp; for...next)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro Furtado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 01:19:06 GMT</pubDate>
    <dc:creator>afurtado</dc:creator>
    <dc:date>2013-12-09T01:19:06Z</dc:date>
    <item>
      <title>EXTRACT GOOGLE lat and lng using QV script</title>
      <link>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544329#M688337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I an trying to extract google lat and lng using following script , but it gives error : [result/geometry/location/lng]&amp;nbsp; not found &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;address:&lt;/P&gt;&lt;P&gt;LOAD A as Address&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let noRows = NoOfRows('address')-1;&lt;/P&gt;&lt;P&gt;for i=0 to $(noRows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let a=peek('Address',$(i),'address');&lt;/P&gt;&lt;P&gt;&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 Address,&lt;/P&gt;&lt;P&gt;[result/geometry/location/lng] AS longitude,&lt;/P&gt;&lt;P&gt;[result/geometry/location/lat] AS latitude&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=$(a)&amp;amp;sensor=false];"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=$(a)&amp;amp;sensor=false];&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table address;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 17:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544329#M688337</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2013-12-07T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: EXTRACT GOOGLE lat and lng using QV script</title>
      <link>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544330#M688338</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;I'm using geocoding.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a different "from".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/maps/api/geocode/xml?sensor=false&amp;amp;ie=utf8&amp;amp;region=$(vTLD)&amp;amp;address=$(vAddress"&gt;http://maps.google.com/maps/api/geocode/xml?sensor=false&amp;amp;ie=utf8&amp;amp;region=$(vTLD)&amp;amp;address=$(vAddress&lt;/A&gt;&lt;SPAN&gt;)] (XmlSimple, Table is [GeocodeResponse])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to set up some variable before&amp;nbsp; (inside&amp;nbsp; for...next)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro Furtado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 01:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544330#M688338</guid>
      <dc:creator>afurtado</dc:creator>
      <dc:date>2013-12-09T01:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: EXTRACT GOOGLE lat and lng using QV script</title>
      <link>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544331#M688339</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;Check this script, I am getting the values.&amp;nbsp; May be check whether the proxy is blocking any request.&amp;nbsp; In some companies they will block, you check in machine which has full internet access without any blocking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeocodeResponse:&lt;/P&gt;&lt;P&gt;LOAD status,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [result/geometry/location/lat] as [location/lat],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [result/geometry/location/lng] as [location/lng],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_GeocodeResponse_62C7A0A69859D655&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: GeocodeResponse&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=Delhi&amp;amp;sensor=false"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=Delhi&amp;amp;sensor=false&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [GeocodeResponse]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 02:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXTRACT-GOOGLE-lat-and-lng-using-QV-script/m-p/544331#M688339</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-09T02:24:03Z</dc:date>
    </item>
  </channel>
</rss>

