<?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 My Google Map is too static in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359504#M1176162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Dominique. &lt;/P&gt;&lt;P&gt;Since you are using personal edition, I will not post your example back, but please, check the number format of your 'Longitude'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:create a new table box and include the fields: Inwoners, Latitude and Longitude. &lt;/P&gt;&lt;P&gt;You will see that the field Longitude was not recognized as a number, but as a text due to the dot as the separator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to fix it at the souce, or use num# to force the interpretation of your number. using num#() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num#(Longitude, '#,##.##', '.', ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your load script would look like this (more or less) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Plaats,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Startlocatie?,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inwoners,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num#(Longitude, '#,##.##', '.', ',') as Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jaar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seizoen&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Vakantiebestemmingen.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Vakantieplaatsen$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 19:04:10 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2012-03-20T19:04:10Z</dc:date>
    <item>
      <title>My Google Map is too static</title>
      <link>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359503#M1176161</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;I am fresh at QlikView. I have followed the Designer Course last week and would like to build an application that integrates Google Maps. After browsing through different posts and in different example files, I still cannot have my copy work. I have attached my example, build in a personal edition however. Can anyone point out what is wrong with my file?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 07:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359503#M1176161</guid>
      <dc:creator>domiho123</dc:creator>
      <dc:date>2012-03-20T07:48:32Z</dc:date>
    </item>
    <item>
      <title>My Google Map is too static</title>
      <link>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359504#M1176162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Dominique. &lt;/P&gt;&lt;P&gt;Since you are using personal edition, I will not post your example back, but please, check the number format of your 'Longitude'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:create a new table box and include the fields: Inwoners, Latitude and Longitude. &lt;/P&gt;&lt;P&gt;You will see that the field Longitude was not recognized as a number, but as a text due to the dot as the separator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to fix it at the souce, or use num# to force the interpretation of your number. using num#() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num#(Longitude, '#,##.##', '.', ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your load script would look like this (more or less) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Plaats,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Startlocatie?,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inwoners,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num#(Longitude, '#,##.##', '.', ',') as Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jaar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seizoen&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Vakantiebestemmingen.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Vakantieplaatsen$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 19:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359504#M1176162</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-20T19:04:10Z</dc:date>
    </item>
    <item>
      <title>My Google Map is too static</title>
      <link>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359505#M1176163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominique &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich is right it has something to do with the number format.&lt;BR /&gt;As you can see in your data, your Latitude has comma's and your Longitude has dots.&lt;/P&gt;&lt;P&gt;If Enrich's solution is not working try to play around with the following in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Latitude&amp;nbsp;&amp;nbsp; , ',' ,&amp;nbsp; '.' ) as Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Longitude , ',' ,&amp;nbsp; '.' ) as Longitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will replace the comma's for dots.&lt;/P&gt;&lt;P&gt;Or the other way around (depending on your settings):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Latitude&amp;nbsp;&amp;nbsp; , '.' ,&amp;nbsp; ',' ) as Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Longitude , '.' ,&amp;nbsp; ',' ) as Longitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mocht het niet lukken laat het dan even weten.&lt;/P&gt;&lt;P&gt;Succes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 16:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359505#M1176163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T16:12:41Z</dc:date>
    </item>
    <item>
      <title>My Google Map is too static</title>
      <link>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359506#M1176164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input. It is working now. The problem was indeed related to . and , and on top the coordinates were not translated correctly. &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;Dominique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 16:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-Google-Map-is-too-static/m-p/359506#M1176164</guid>
      <dc:creator>domiho123</dc:creator>
      <dc:date>2012-03-22T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

