<?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: Google map - not showing chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401255#M149307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached changed qv also for your referenace &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 11:00:59 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2012-11-05T11:00:59Z</dc:date>
    <item>
      <title>Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401250#M149302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached excel file having all latitude and logitutde&amp;nbsp; with google map , but india map is not appering &lt;/P&gt;&lt;P&gt;can any one help me to chive the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas Mahajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401250#M149302</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-11-05T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401251#M149303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN THE EXCEL THE LONGITUDE AND LATITUDE HAVE "," IT WILL BE "."&lt;/P&gt;&lt;P&gt;Try changing that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="https://maps.google.es/maps?q=11.651%2C92.7307&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:es-ES:official&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hl=es&amp;amp;sa=N&amp;amp;tab=wl" title="https://maps.google.es/maps?q=11.651%2C92.7307&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:es-ES:official&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hl=es&amp;amp;sa=N&amp;amp;tab=wl"&gt;https://maps.google.es/maps?q=11.651%2C92.7307&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:es-ES:official&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hl=es&amp;amp;sa=N&amp;amp;tab=wl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;11.651,92.7307&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you put , it not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401251#M149303</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2012-11-05T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401252#M149304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not understand what you want to say ?&lt;/P&gt;&lt;P&gt;can u chage in excel and show me it how ?&lt;/P&gt;&lt;P&gt;pls reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401252#M149304</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-11-05T10:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401253#M149305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script in qlikview when you load &lt;/P&gt;&lt;P&gt;Latitude&lt;/P&gt;&lt;P&gt;Longitude&lt;/P&gt;&lt;P&gt;You should&amp;nbsp; write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace(Latitude,',','.') as Latitude,&lt;/P&gt;&lt;P&gt;replace(Longitude,',','.') as Longitude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wiht this you change your problem. the problem is "," coma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401253#M149305</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2012-11-05T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401254#M149306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed the same but still problem is there are you able to get the map !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401254#M149306</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-11-05T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401255#M149307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached changed qv also for your referenace &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 11:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401255#M149307</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-11-05T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401256#M149308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check transparency. This must be 0%. In the presentation tab of the chart you should be able to set this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 11:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401256#M149308</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-11-05T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401257#M149309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SEE ATACH HOPE IT HELP YOU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 11:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401257#M149309</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2012-11-05T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401258#M149310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thankful to you for helping me please see attachment of&amp;nbsp; map_of_india.jpg file as per that map we require to dispay sales state wise and when I click on state - customer wise sales should display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sir give me guide lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 12:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401258#M149310</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-11-05T12:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Google map - not showing chart</title>
      <link>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401259#M149311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For generating Map may be it&amp;nbsp; will help u &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4722"&gt;http://community.qlik.com/docs/DOC-4722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;Harshal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 10:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-map-not-showing-chart/m-p/401259#M149311</guid>
      <dc:creator />
      <dc:date>2013-09-06T10:20:36Z</dc:date>
    </item>
  </channel>
</rss>

