<?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 New Geospatial Mapping Extensions using Google Maps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302937#M1240542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian this is brilliant. I especially enjoyed using the gmapify tool to draw my own regions. I had a question on the US Map one, how did you get it to centre on the US map and how can I get it to centre elsewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 02:53:02 GMT</pubDate>
    <dc:creator>mmonfort</dc:creator>
    <dc:date>2012-01-11T02:53:02Z</dc:date>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302929#M1240524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached below some mapping extensions that I've been working on and 2 example QVWs for them.&amp;nbsp; I've gotten a lot of feedback lately that there is a great need for QlikView to keep up as far as mapping goes, especially in terms of regions and countries.&amp;nbsp; Strangely enough the data for different geographical regions is difficult to find (and the boundary lines are often suspect) and mapping&amp;nbsp; services like google maps, bing, etc. aren't yet smart enough to select regions based on name.&amp;nbsp; Instead, polygons need to be drawn overtop of the maps based on a series of longitude, latitude coordinates or polylines.&amp;nbsp; These shapes will then render overtop of the given regions and represent them allowing us to shade and color them to represent data in different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, based on the data I was able to find for free out there and the specific needs requested by some people in the field, I created world map and US map extensions.&amp;nbsp; The US map extension was essentially an attempt to render the SVG Heat Map I built for the v11 Extension Examples document (&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;&lt;A href="http://us.demo.qlik.com/detail.aspx?appName=Extension%20Examples.qvw" target="_blank"&gt;http://demo.qlik.com/detail.aspx?appName=Extension%20Examples.qvw&lt;/A&gt;)within google maps&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9555" alt="US MAP.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/9555_US+MAP.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The data for the state regions is contained within the extension itself, but of course an internet connection is needed to use google maps.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The world map extension was built for a specific request I had gotten to modify the SVG map example to allow for more than 2 colors and make a version of that extension that works for the world map:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9556" alt="world map.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/9556_world+map.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;As you can see, this uses the map as a sort of traffic light gauge which colors the countries based on a range of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The properties panel for both of these extensions is pretty straightforward and should be a lot more flexible than the SVG map extension:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9557" alt="properties.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/9557_properties.png" /&gt;&lt;/P&gt;&lt;P&gt;Here is a quick guide to the properties:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country/State:&lt;/STRONG&gt; Obviously this should be set to the dimension holding the country or state names.&amp;nbsp; If the name doesn't match up to the name within the extension data, the connection will not be made, so if a given country isn't rendering on the map, that's probably why.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Percentage:&lt;/STRONG&gt; This expression controls the opacity (or alpha) of the different regions.&amp;nbsp; So, for example, a value of 70 on a given country will cause it to show at 70% opacity.&amp;nbsp; So this can either be set to something static (like above) where all countries will render with a certain opacity, or it can be set to an expression where regions are made to be lighter and darker opacity based on a data value (similar to the US map shown above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Color Expression:&lt;/STRONG&gt; This expression will provide the color(s) to use in rendering the regions.&amp;nbsp; Again, if only one color is desired, you could simply set this to a Hex or RGB value and all regions would show up the same color.&amp;nbsp; If you wanted to create a gauge type visualization like shown on the world map above, you could set that up in the expression as well.&amp;nbsp; For example, for the world map shown above where the traffic light colors are displayed based on population, the expression is:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;population&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;gt; 100000000,'#439400', &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;population&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;gt; 30000000, '#F2EF1B', &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;population&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;lt;= 30000000,'#EB1A1A'))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This allows a lot of flexibility as far as which colors to display, how many, and when.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hot Color:&lt;/STRONG&gt; This is simply a color picker to use if a color expression is more than you need.&amp;nbsp; If the color expression field is left blank, the Hot Color choice will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Map Start Point:&lt;/STRONG&gt; This is the latitude and longitude value that the map should default to.&amp;nbsp; Currently the default is to show the United states, but if you wanted to change this, simply point it to somewhere else as the default, listing latitude first, then longitude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Map Zoom Value:&lt;/STRONG&gt; This value changes how zoomed in or out you want the map to display by default.&amp;nbsp; As you resize the extension you may find you need to zoom in or out, so this is where you would make that change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, there are a few other quick things to mention about these extensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I tested having multiple instances of the extension on one sheet and it works fine, so that should be good to go&lt;/LI&gt;&lt;LI&gt;There is a button in the upper right that I added which allows the user to turn region labels on or off on the map.&lt;/LI&gt;&lt;LI&gt;Currently, clicking on a region will select that region in the QVW, but as I was building it I tested out creating some popup boxes on click, so that's fairly easy to do with a little javascript.&lt;/LI&gt;&lt;LI&gt;I haven't tested these in QV10, but I have no reason to think they wouldn't work.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to comment the code as best as I could and if it seems as if these extensions are useful, I was thinking I might provide some in depth documentation on how to implement something similar for other regions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's about it.&amp;nbsp; It should hopefully be fairly easy to implement.&amp;nbsp; Let me know if you have any questions, and I hope this is useful to someone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE:&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;I noticed that the extensions weren't working in IE7, so I made changes to them so they should now work.&amp;nbsp; The latest versions are now attached to this message so please download again for the latest.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302929#M1240524</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302930#M1240527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow..this is awesome.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&lt;/P&gt;&lt;P&gt;I'll download and explore this.. Is there any tutorial to create the map? because i need a map for my country, Indonesia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have a drill down on the map and a pop up value just like in standard qv chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for share this.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 22:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302930#M1240527</guid>
      <dc:creator />
      <dc:date>2011-12-14T22:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302931#M1240529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by drill down. When you click a country, that country is selected in the app. Is that what you mean?&lt;/P&gt;&lt;P&gt;As far as custom maps go, I have something in the works that I'll post in a few days which will explain how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 23:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302931#M1240529</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2011-12-14T23:39:15Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302932#M1240531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;drill down in here is not just selected but also capable to shown the next level(like zooming in google map), ie..Country -&amp;gt; State -&amp;gt; City.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 01:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302932#M1240531</guid>
      <dc:creator />
      <dc:date>2011-12-15T01:29:19Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302933#M1240534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I noticed that the extensions weren't working in IE7, so I updated the code to get them working.&amp;nbsp; The latest versions are now attached to the original message.&amp;nbsp; Please download again if you want the latest.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 20:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302933#M1240534</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2011-12-15T20:16:21Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302934#M1240536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Extension&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;fantastic&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I state that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;am using&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qv11&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;demo&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;because that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;installed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on my pc&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qv&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;8.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;My&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;question is,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I can print&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the map,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;because the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;print button&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is not displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thanks&lt;/SPAN&gt; ,&lt;SPAN class="hps"&gt;Andry&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 14:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302934#M1240536</guid>
      <dc:creator />
      <dc:date>2011-12-16T14:15:01Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302935#M1240538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extensions don't allow for the print option like a regular QV object as far as I know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 19:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302935#M1240538</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2011-12-16T19:19:06Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302936#M1240540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, I've just posted an extension which allows for custom regions:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/40894"&gt;http://community.qlik.com/thread/40894&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This should make it possible for people to plot out any regions they want to create their own map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 19:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302936#M1240540</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2011-12-16T19:38:29Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302937#M1240542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian this is brilliant. I especially enjoyed using the gmapify tool to draw my own regions. I had a question on the US Map one, how did you get it to centre on the US map and how can I get it to centre elsewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 02:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302937#M1240542</guid>
      <dc:creator>mmonfort</dc:creator>
      <dc:date>2012-01-11T02:53:02Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302938#M1240544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry, I found the part in the jscript. Have a nice day!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 04:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302938#M1240544</guid>
      <dc:creator>mmonfort</dc:creator>
      <dc:date>2012-01-11T04:13:26Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302939#M1240546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I've just posted an extension which uses OpenLayers and OpenStreetMap (both of which are free) to do this kindof mapping:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/181821#181821"&gt;http://community.qlik.com/message/181821#181821&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It loads in KML files, allowing for custom (or any other kind of) regions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 22:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302939#M1240546</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-11T22:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302940#M1240548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Brian,&lt;/P&gt;&lt;P&gt;this is amazing..&lt;/P&gt;&lt;P&gt;I have a report with State List Box. and I am trying to add USA Map ..&lt;/P&gt;&lt;P&gt;Is there any instruction on how to do add the map there and how can I connect it to the state Field that I have.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 17:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302940#M1240548</guid>
      <dc:creator />
      <dc:date>2012-02-13T17:01:45Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302941#M1240550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Bryan,&lt;/P&gt;&lt;P&gt;I tried to use your US Map extension for getting different shades of color density for my Net Sales % expression according to States. Seems the extension works easily for simple and direct calculations. As the Net Sales % expression is little complex, I cannot see the data even showing up for this expression. &lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=The Net Sales % expression used is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Year-Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=ONLY([Year-Quarter]))&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Year-Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=ONLY([Year-Quarter]))&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 1;"&gt;&lt;P&gt;Let me know how I can proceed ahead. &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 19:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302941#M1240550</guid>
      <dc:creator />
      <dc:date>2012-03-27T19:30:06Z</dc:date>
    </item>
    <item>
      <title>New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302942#M1240552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; We are using this extension in our application. But for one user, the extension 'Sorry. No imagery Here'. He gets a popup blocker when he accesses the app. any browser settings we need to take care of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 13:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302942#M1240552</guid>
      <dc:creator />
      <dc:date>2012-06-09T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302943#M1240553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian, very interesting Topic indeed but there are many technical limitations using Google Maps (GMaps) to display QlikView KPI indicators. Indeed, you cannot display several indicators at the same time and on the same map (background + foreground indicators), you are also limited to bubbles and therefore cannot display pie/bar charts nor "real" heat maps. On top of that, you cannot display QlikView KPIs on specific Sales/Business 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;Moreover, 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 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="loading" href="http://www.geoqlik.com/en/geoqlik-for-qlikview/geoqlik-v11.html" title="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="15892" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_1.JPG" src="https://community.qlik.com/legacyfs/online/15892_geoqlik_v11_demo_1.JPG" width="450" /&gt;&lt;IMG __jive_id="15896" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_2.JPG" src="https://community.qlik.com/legacyfs/online/15896_geoqlik_v11_demo_2.JPG" width="450" /&gt;&lt;IMG __jive_id="15898" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_3.JPG" src="https://community.qlik.com/legacyfs/online/15898_geoqlik_v11_demo_3.JPG" width="450" /&gt;&lt;IMG __jive_id="15899" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_full.jpg" src="https://community.qlik.com/legacyfs/online/15899_geoqlik_v11_full.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 08:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302943#M1240553</guid>
      <dc:creator />
      <dc:date>2012-06-13T08:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302944#M1240554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for creating such a helpful Map Extension for Qlikview.&lt;/P&gt;&lt;P&gt;Actually I was trying to use the Extension with my data. But I am not able to see the colors in the US Map.&lt;/P&gt;&lt;P&gt;I took the same app and uploaded my data having no change in settings except the field in Expression.&lt;/P&gt;&lt;P&gt;I am now unable to troubleshoot the issue. Everything seems to be fine, but colors are not coming in the chart.&lt;/P&gt;&lt;P&gt;But in your application it is working perfectly fine.&lt;/P&gt;&lt;P&gt;I would appreciate suggestions from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neelam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 13:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302944#M1240554</guid>
      <dc:creator />
      <dc:date>2012-08-24T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302945#M1240555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post your expression?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 13:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302945#M1240555</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-24T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302946#M1240556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MExican Maps ??? You can send your excel tab??? thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302946#M1240556</guid>
      <dc:creator />
      <dc:date>2012-08-24T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302947#M1240557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, silly question. I have a data set (Excel) that consists of election results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Election Type&lt;/LI&gt;&lt;LI&gt;State&lt;/LI&gt;&lt;LI&gt;Position/Seat&lt;/LI&gt;&lt;LI&gt;Candidate Name&lt;/LI&gt;&lt;LI&gt;Candidate Party&lt;/LI&gt;&lt;LI&gt;Candidate Vote Percent&lt;/LI&gt;&lt;LI&gt;Notes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use this extension to allow uses to click on a state and see the election results for that state?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302947#M1240557</guid>
      <dc:creator />
      <dc:date>2012-10-05T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Geospatial Mapping Extensions using Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302948#M1240558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pop up or something like that?&amp;nbsp; Or to see all of the data on the sheet change to reflect that click?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Geospatial-Mapping-Extensions-using-Google-Maps/m-p/302948#M1240558</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-05T14:23:16Z</dc:date>
    </item>
  </channel>
</rss>

