<?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 Map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228396#M80432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you used the Google Maps API example from the Share QlikViews, the text object that builds and shows the url has a show condition. Remove it (or change it) and you will be able to see the map again.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 11:19:46 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-25T11:19:46Z</dc:date>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228395#M80431</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;Developed google map application in QlikView 9. Working fine in Qlikview9 But its not working in Qlikview 10.&lt;/P&gt;&lt;P&gt;Any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 11:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228395#M80431</guid>
      <dc:creator />
      <dc:date>2011-04-25T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228396#M80432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you used the Google Maps API example from the Share QlikViews, the text object that builds and shows the url has a show condition. Remove it (or change it) and you will be able to see the map again.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 11:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228396#M80432</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-25T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228397#M80433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;Thanks for ur quick reply. And sorry i cant get ur words.&lt;/P&gt;&lt;P&gt;Please find the attached application. reply the same&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 11:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228397#M80433</guid>
      <dc:creator />
      <dc:date>2011-04-25T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228398#M80434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are several things you need to change. First of all, the code to call the api:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;='http://maps.google.com/staticmap?center='&amp;amp;var_mid_lat // no need to format here&amp;amp;','&amp;amp;var_mid_long // no need to format here&amp;amp;'&amp;amp;zoom=$(var_zoom)'&amp;amp;'&amp;amp;size='&amp;amp;map_size_x&amp;amp;'x'&amp;amp;map_size_y&amp;amp;'&amp;amp;key='&amp;amp;gmap_key&amp;amp;'.jpg' // image ends in jpg&amp;amp;'&amp;amp;maptype='&amp;amp;var_maptype&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And set Transparency of chart to 0% instead of 100%, otherwise it will work, but it won't be shown!&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 12:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228398#M80434</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-25T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228399#M80435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And set Transparency of chart to 0% instead of 100%, otherwise it will work, but it won't be shown!&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That helped me, map now showing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 12:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228399#M80435</guid>
      <dc:creator />
      <dc:date>2011-05-13T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228400#M80436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri, &lt;/P&gt;&lt;P&gt;Only changing "Plot Area Only" funct V10, pls see image &lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228400#M80436</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-06-07T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228401#M80437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis Laura&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot yar Its working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 04:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228401#M80437</guid>
      <dc:creator />
      <dc:date>2011-07-18T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228402#M80438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now its working fine in QV10. But its not working in QV11 Beta Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let know whats wrong in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 09:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228402#M80438</guid>
      <dc:creator />
      <dc:date>2011-08-02T09:32:06Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228403#M80439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do post that in the &lt;A _jive_internal="true" href="https://community.qlik.com/community/beta"&gt;Beta Community&lt;/A&gt;, so the QlikTech people around can take a look at that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; text-decoration: underline; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 08:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228403#M80439</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-08-03T08:50:16Z</dc:date>
    </item>
    <item>
      <title>Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228404#M80440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 09:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228404#M80440</guid>
      <dc:creator />
      <dc:date>2011-08-03T09:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228405#M80441</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;GIS/Maps Analytics in QlikView is a very interesting topic indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are many technical limitations in using Google Maps (GMaps) to display QlikView KPI indicators. First of all, the drill-down, pan and selection capabilities are quite limited. Moreover, you cannot display several indicators at the same time and on the same map (background + foreground indicators), you are also limited to draw bubbles and therefore you cannot display pie/bar charts nor "real" heat maps. Finally, you cannot display QlikView KPIs on specific Zones or Sales Areas with GMaps such as the Bricks in the Pharmaceutical sector (Brick = aggregation of zipcodes). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of that, there are also a few "commercial" aspects to be considered since many QlikView customers &amp;amp; channel partners use GMaps API "FREE" Key inside their QlikView server or rich client without complying with GMaps license terms...Indeed, for "professional internal use" (intranet, extranet or internet with username/password authentication to QlikView application), you must buy GMaps API "Premier" which costs about 10,000 $ USD per year or 8,500 euros per year + possible extra fees depending upon the total number of daily hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few alternatives exist such as Open Street Map (totally FREE) or other WMS/TMS services. I hereby suggest you to have a look at our new mapping extension for QlikView 11 SR1 namely "GeoQlik v11.6":&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.geoqlik.com/en/geoqlik-for-qlikview/geoqlik-v11.html"&gt;http://www.geoqlik.com/en/geoqlik-for-qlikview/geoqlik-v11.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find hereafter a few screenshots of GeoQlik V11.6 using WMS/TMS services to display QlikView KPIs:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16160" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_1.JPG" src="https://community.qlik.com/legacyfs/online/16160_geoqlik_v11_demo_1.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16161" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_2.JPG" src="https://community.qlik.com/legacyfs/online/16161_geoqlik_v11_demo_2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16162" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_3.JPG" src="https://community.qlik.com/legacyfs/online/16162_geoqlik_v11_demo_3.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16163" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_full.jpg" src="https://community.qlik.com/legacyfs/online/16163_geoqlik_v11_full.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;@ Business Geografic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 13:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map/m-p/228405#M80441</guid>
      <dc:creator />
      <dc:date>2012-06-13T13:21:51Z</dc:date>
    </item>
  </channel>
</rss>

