<?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: Google Map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616792#M227370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to access your URL from outside. Is it working? Probably not, hence you get the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 05:24:36 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-04-09T05:24:36Z</dc:date>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616791#M227369</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 trying to implement the Map but, i am facing one proble...please see the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD FirstName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductSold, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let noRows = NoOfRows('Table1')-1;&lt;/P&gt;&lt;P&gt;for i=0 to $(noRows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; let a=peek('FirstName',$(i),'Table1');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let b=peek('LastName',$(i),'Table1');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let c=peek(‘ProductSold’,$(i),'Table1');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; let address=peek('City',$(i),'Table1');&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(a)' as FirstName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(b)' as LastName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(c)' as ProductSold,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(address)' as Address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield([Response/Placemark/Point/coordinates], ',' ,1) AS longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield([Response/Placemark/Point/coordinates], ',' ,2) AS latitude&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/maps/geo?q=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false&amp;amp;key=XXYYZZ"&gt;http://maps.google.com/maps/geo?q=$(address)&amp;amp;output=xml&amp;amp;oe=utf8&amp;amp;sensor=false&amp;amp;key=XXYYZZ&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [kml]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;next&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see the error in the attached image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616791#M227369</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-09T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616792#M227370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to access your URL from outside. Is it working? Probably not, hence you get the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616792#M227370</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-09T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616793#M227371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then how to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616793#M227371</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-09T05:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616794#M227372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Login here: &lt;A href="https://code.google.com/apis/console/?noredirect"&gt;https://code.google.com/apis/console&lt;/A&gt; and get your own APIKey, that should help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616794#M227372</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-09T05:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616795#M227373</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'm also getting the same error when I try to implement google maps.Can anyone tell the reason for this?&lt;/P&gt;&lt;P&gt;I got key for &lt;A href="https://code.google.com/apis/console/?noredirect#project:308596382866:stats:maps_backend" style="color: #000000; font-family: Arial, Helvetica, sans-serif;"&gt;Google Maps JavaScript API v3&lt;/A&gt; access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 07:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/616795#M227373</guid>
      <dc:creator>adarsh_a</dc:creator>
      <dc:date>2014-04-09T07:36:07Z</dc:date>
    </item>
  </channel>
</rss>

