<?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 Using Qlikview 9.0 with Google Mapsq in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185070#M49704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this thread, it might get you going in the right direction: &lt;A href="http://community.qlik.com/forums/p/19683/75165.aspx#75165"&gt;http://community.qlik.com/forums/p/19683/75165.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 16:10:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-18T16:10:05Z</dc:date>
    <item>
      <title>Using Qlikview 9.0 with Google Mapsq</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185069#M49703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm a new user of Qlikview. Just started yesterday. I have tried to get the Google Maps representation of locations to work. That is the demo that is included when you download QV.&lt;/P&gt;&lt;P&gt;I have included the demo script lines and data in the script, but can not get a picture. I just says "no data to show".&lt;/P&gt;&lt;P&gt;What do I do wrong?&lt;/P&gt;&lt;P&gt;I got a Google API key for my website, and added that to the script (nota that i use the Maps application locally within QV)&lt;BR /&gt;I have checked that the demo data is correctly loaded&lt;BR /&gt;I have read the discussions on this forum about the "&amp;amp; .jpg" at the end. that is correct in the demo script.&lt;/P&gt;&lt;P&gt;I would realy appreciate some help!&lt;/P&gt;&lt;P&gt;Cor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 09:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185069#M49703</guid>
      <dc:creator />
      <dc:date>2010-03-18T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Using Qlikview 9.0 with Google Mapsq</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185070#M49704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this thread, it might get you going in the right direction: &lt;A href="http://community.qlik.com/forums/p/19683/75165.aspx#75165"&gt;http://community.qlik.com/forums/p/19683/75165.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 16:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185070#M49704</guid>
      <dc:creator />
      <dc:date>2010-03-18T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Using Qlikview 9.0 with Google Mapsq</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185071#M49705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;Thank you for your reply. sorry to say it does not work for me.&lt;/P&gt;&lt;P&gt;I use the following code:&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;='http://maps.google.com/staticmap?center='&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;num(var_mid_lat, '##############', '.', ',' )&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;','&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;num(var_mid_long, '##############', '.', ',' )&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;'&amp;amp;zoom=$(var_zoom)'&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;'&amp;amp;maptype='&amp;amp;var_maptype&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;'&amp;amp;size='&amp;amp;map_size_x&amp;amp;'x'&amp;amp;map_size_y&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;'&amp;amp;key='&amp;amp;gmap_key &amp;amp; '&amp;amp;.jpg'&lt;/P&gt;&lt;P&gt;As far as i can see, this is how it should work. When i use a textbox for displaying the results i get:&lt;/P&gt;&lt;P&gt;&lt;A href="http://maps.google.com/staticmap?center=,&amp;amp;zoom=1&amp;amp;maptype=roadmap&amp;amp;size=400x400&amp;amp;key=ABQIAAAA569kCmpTtbZGHBOZ0qiSxRRr0LFHhAaXFNMDaAzYSXewPgzEQhSZdqBUvQKbcOF_m22hURHgXJ1cyQ&amp;amp;.jpg"&gt;http://maps.google.com/staticmap?center=,&amp;amp;zoom=1&amp;amp;maptype=roadmap&amp;amp;size=400x400&amp;amp;key=ABQIAAAA569kCmpTtbZGHBOZ0qiSxRRr0LFHhAaXFNMDaAzYSXewPgzEQhSZdqBUvQKbcOF_m22hURHgXJ1cyQ&amp;amp;.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the IE browser it works fine, but does not return the latitude / longitude points. In fact, it does not return a value at all for the following code:&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;num(var_mid_lat, '##############', '.', ',' )&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;','&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;num(var_mid_long, '##############', '.', ',' )&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;it that where it goes wrong?&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;hope you can help me here.&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;"&gt;Cor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 20:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qlikview-9-0-with-Google-Mapsq/m-p/185071#M49705</guid>
      <dc:creator />
      <dc:date>2010-03-18T20:26:21Z</dc:date>
    </item>
  </channel>
</rss>

