<?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: Dynamic Maps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468089#M562060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting aside the google maps (you'll find many working solutions here), here is you can do.&lt;BR /&gt;Create a variable "Option" which can have only one of three values, Opt1, Opt2, Opt3.&amp;nbsp; Use input box with drop-down.&lt;BR /&gt;Your expressions in maps will be using latitude and longitude:&lt;BR /&gt;.... lat... long ...&lt;/P&gt;&lt;P&gt;Replace with conditional in all expressions:&lt;BR /&gt;... pick(match(Option, 'Opt1','Opt2','Opt3'), lat1,lat2,lat3)...pick(match(Option, 'Opt1','Opt2','Opt3'), long1,long2,long3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 17:49:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-21T17:49:24Z</dc:date>
    <item>
      <title>Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468088#M562059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I am trying to solve a complex problem in QlikView using maps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;In my data set that is a single excel data file I have 6 data feilds with following names - Lat1, Long1, Lat2, Long2, Lat3, Long3&lt;/P&gt;&lt;P&gt;These data columns contain latitude and longitude in them. &lt;/P&gt;&lt;P&gt;I have other three data fields Opt1, Opt2, Opt 3 (Option data fields) which contains values 1 or 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;So the data looks like this in my excel sheet: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Opt1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Lat1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Long1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Opt2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Lat2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;long2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Opt3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Lat3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Long3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;-1.522816&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;-1.5342&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;46&lt;/TD&gt;&lt;TD&gt;-1.6788&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;-1.513281&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;TD&gt;-1.5782&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;-1.7234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;65&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;-1.465094&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;TD&gt;-1.5834&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;-1.8654&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;70&lt;/TD&gt;&lt;TD&gt;-1.465453&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;51&lt;/TD&gt;&lt;TD&gt;-1.5888&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;69&lt;/TD&gt;&lt;TD&gt;-1.5761&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QlikView Objects:&lt;/STRONG&gt; Now I need to have a UK map in Qlikview and a drop down box that contains option - Option1, Option2, Option3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I select Option1 from the drop down list then the map should show only the Lat1 and Long1 locations on the UK map that have Opt1 value equal 1. &lt;/LI&gt;&lt;LI&gt;When I select Option2 from the drop down list then the map should show only the Lat2 and Long2 locations on the UK map that have Opt2 value equal 1.&lt;/LI&gt;&lt;LI&gt;When I select Option3 from the drop down list then the map should show only the Lat3 and Long3 locations on the UK map that have Opt3 value equal 1.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**I tried to use the google maps but I need to have some key and when I search for that key the google web page says that they are not available**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help, If you need more info please let me know. I will provide more details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 17:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468088#M562059</guid>
      <dc:creator />
      <dc:date>2013-03-21T17:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468089#M562060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting aside the google maps (you'll find many working solutions here), here is you can do.&lt;BR /&gt;Create a variable "Option" which can have only one of three values, Opt1, Opt2, Opt3.&amp;nbsp; Use input box with drop-down.&lt;BR /&gt;Your expressions in maps will be using latitude and longitude:&lt;BR /&gt;.... lat... long ...&lt;/P&gt;&lt;P&gt;Replace with conditional in all expressions:&lt;BR /&gt;... pick(match(Option, 'Opt1','Opt2','Opt3'), lat1,lat2,lat3)...pick(match(Option, 'Opt1','Opt2','Opt3'), long1,long2,long3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 17:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468089#M562060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-21T17:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468090#M562061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael &lt;/P&gt;&lt;P&gt;Thank you for your reply. &lt;/P&gt;&lt;P&gt;I got this white paper from QlikView website that talks about using Google maps in QlikView but it seems this approach will not work as I need a Key from Google which they have removed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition can you elaborate the solution suggested by you in more details as I am new to QlikView.&lt;/P&gt;&lt;P&gt;What expression will exactly go in the expression section of the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 10:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468090#M562061</guid>
      <dc:creator />
      <dc:date>2013-03-25T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468091#M562062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct, the key has been removed.&amp;nbsp; You need to make changes in two places:&lt;/P&gt;&lt;P&gt;1. Instead of "&lt;SPAN style="font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/staticmap"&gt;http://maps.google.com/staticmap&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;" use "&lt;SPAN style="font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/staticmap"&gt;http://maps.googleapis.com/maps/api/staticmap&lt;/A&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;2. instead of "&lt;SPAN style="font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;key='&amp;amp;gmap_key&lt;/SPAN&gt;" use "&lt;SPAN style="font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;sensor=false&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 13:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468091#M562062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-25T13:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468092#M562063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael &lt;/P&gt;&lt;P&gt;Are you sure that the expression you suggested me will work as I think that google maps can only have one column for longitude and latitude in order to display. &lt;/P&gt;&lt;P&gt;Can you explain more about the expression as I am no able to understand it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 10:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468092#M562063</guid>
      <dc:creator />
      <dc:date>2013-03-26T10:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468093#M562064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a ton of info about google maps on this forum.&amp;nbsp; Here is one:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3136"&gt;http://community.qlik.com/docs/DOC-3136&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and, you can find a lot more.&amp;nbsp; But make sure to implement the change I mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468093#M562064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-26T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468094#M562065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael &lt;/P&gt;&lt;P&gt;Can you give me the exact expression that will go in the expression box as the expression you mentioned has got some dots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asheoran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468094#M562065</guid>
      <dc:creator />
      <dc:date>2013-03-26T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468095#M562066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure it will help you because there are varuiables here, and I don't know if you have them, and the field names can be different.&lt;/P&gt;&lt;P&gt;1st expression&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; *((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/360)) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2nd expression&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+((0.5*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;log&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((1+(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))/(1-(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))))*((-256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/(2*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3rd expression is for the bubble size, whatever you use there.&lt;/P&gt;&lt;P&gt;And, the dynamic image expression on the colors tab:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/staticmap?center="&gt;http://maps.googleapis.com/maps/api/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&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;var_mid_lat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '##############', '.', ',' ) &lt;BR /&gt;&amp;amp; ','&lt;BR /&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&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;var_mid_long&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '##############', '.', ',' ) &lt;BR /&gt;&amp;amp; '&amp;amp;zoom=$(var_zoom)'&lt;BR /&gt;&amp;amp; '&amp;amp;size='&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;map_size_x&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'x'&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;map_size_y&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'&amp;amp;sensor=false'&lt;BR /&gt;&amp;amp; '&amp;amp;maptype='&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_maptype &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 17:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468095#M562066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-26T17:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468096#M562067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asheoran, Received your mail. Attaching the qvw for you to get an idea.Also am attaching an excel sheet where you can use the tables individually and concatenate in the script to achive the solution. This may help. Regards. Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 10:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468096#M562067</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-03-27T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468097#M562068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva &lt;/P&gt;&lt;P&gt;Thanks a lot for helping thats really helpful of you.&lt;/P&gt;&lt;P&gt;Intially it was the data model that was creating trouble and was making everything complex. So I changed the data model and now it look like this. &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="209" style="width: 432px; height: 209px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="text-align: center;" width="106"&gt;Scenario_Number&lt;/TD&gt;&lt;TD class="xl66" style="border-left-style: none; text-align: center;" width="92"&gt;Scenario_Detail&lt;/TD&gt;&lt;TD class="xl66" style="border-left-style: none; text-align: center;" width="70"&gt;Latitude1&lt;/TD&gt;&lt;TD class="xl66" style="border-left-style: none; text-align: center;" width="69"&gt;Longitude1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;52.42819&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-1.522816&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;52.404266&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-1.513281&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;54.534146&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-1.671421&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;53.542385&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-0.721348&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;53.010782&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-1.064692&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;52.297214&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;-0.834626&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As compared to earlier &lt;SPAN style="font-size: 10pt;"&gt;in this data model I have replaced the Opt1,Opt2,Opt3,Opt4,... with one single column with name &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;Scenario_Number&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; and added another column with name &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;Scenario_Detail&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; which can only have 0s or 1s as value. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For a specific Scenario_Number, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Scenario_Detail values tell &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;which Latitude and Longitude should be displayed on map (when the value is 1 then that latitude &amp;amp; longitude should be displayed)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And all the Lat's and Long's are stored in just two columns - &lt;STRONG&gt;Latitude1&lt;/STRONG&gt; and &lt;STRONG&gt;Longitutde1 &lt;/STRONG&gt;(If you look at the data set that I have attached with this post things will be more clear).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we can have a listbox/multibox via which we can select a Scenario_Number and corresponding values of Latitude1 &amp;amp; Longitude1 should be displayed.&lt;/P&gt;&lt;P&gt;I do not need to display any other dimention such as population etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I worked on the the QlikView file that you gave me and loaded the data and changed few things in the script but its still not working. &lt;/P&gt;&lt;P&gt;Can you tell me where I am going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 14:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468097#M562068</guid>
      <dc:creator />
      <dc:date>2013-03-27T14:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468098#M562069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem #1 - there are no dimensions in your chart.&amp;nbsp; The "Country" filed doesn't exist.&lt;/P&gt;&lt;P&gt;Problem #2 - you're using old expression for the dynamic image, with old url and with google key - see my notes above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: See attached.&amp;nbsp; I only fixed your map dynmaic image, and replaced Country with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468098#M562069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468099#M562070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more attached.&amp;nbsp; For illustration purposes, I added 3rd expression for the bubble size, changed dimension to Latitude1, and removed legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468099#M562070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468100#M562071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Experts &lt;/P&gt;&lt;P&gt;You guys have been really helpful I was finally able to implement google maps in my QlikView document. &lt;/P&gt;&lt;P&gt;Now I am stuck on the map size. I tried to change it but was not able to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me if there is anyway we can change the size of the map. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468100#M562071</guid>
      <dc:creator />
      <dc:date>2013-04-03T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468101#M562072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Try the following links. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/141277#141277#141277"&gt;http://community.qlik.com/message/141277#141277&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/248118#248118#248118"&gt;http://community.qlik.com/message/248118#248118&lt;/A&gt;&lt;SPAN&gt; Regards. Siva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 03:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468101#M562072</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-04-04T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468102#M562073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &lt;/P&gt;&lt;P&gt;Now I am able to successfully plot the google map in Qlikview but I am stuck in coloring problem. &lt;/P&gt;&lt;P&gt;My data set contains 19,000 Long and Lat coordinates for a specific city and these 19,000 coordinates are grouped in 8 different segements or groups. &lt;/P&gt;&lt;P&gt;I want to display all these 19,000 coordinates but in different color segments. &lt;/P&gt;&lt;P&gt;So for eg. All coordinates in segement 1 will be red, all coordinates in segement 2 will be blue .... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 09:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Maps/m-p/468102#M562073</guid>
      <dc:creator />
      <dc:date>2013-04-22T09:26:47Z</dc:date>
    </item>
  </channel>
</rss>

