<?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: qlikview map coordinates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200296#M58878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; A Lot&amp;nbsp; I will try get back you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 06:02:14 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2012-07-30T06:02:14Z</dc:date>
    <item>
      <title>qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200289#M58871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am taking an India map as a background of 3d chart , I want to know the sale of cities of india , as user mouse over on the city area.&lt;/P&gt;&lt;P&gt;How to set the coordinates for cities &lt;STRONG&gt;without using google map&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 11:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200289#M58871</guid>
      <dc:creator />
      <dc:date>2010-11-24T11:21:21Z</dc:date>
    </item>
    <item>
      <title>qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200290#M58872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a scatter chart with X and Y coordinate values either hardcoded to match the map or calculated from latitude and longitude of the cities and of the visible area of the map and the type of projection used for the map. Use sum(Sales) for the Z expression. Mouse over the dot on top of the city to see the sales to the city.&lt;/P&gt;&lt;P&gt;Here's an example of what I'm talking about using a map of China. Obviously the latitude and longitude are fake, but it should give you the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 23:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200290#M58872</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-24T23:49:14Z</dc:date>
    </item>
    <item>
      <title>qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200291#M58873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to learn the basics of including a google map in my qlikview dashboard.&lt;/P&gt;&lt;P&gt;Kindly help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200291#M58873</guid>
      <dc:creator />
      <dc:date>2011-07-26T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200292#M58874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear John ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share Examples for INDIA (statewise)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 16:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200292#M58874</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-07-28T16:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200293#M58875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give IDEA for INDIA State wise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 05:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200293#M58875</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-07-29T05:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200294#M58876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sircute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its easy to just copy and paste code from an existing application. As long as you have the latitude and longitude data in your application, and as long as you name the fields exactly the same as the application you are copying, it should just work. Attached is a starting point for you. &lt;/P&gt;&lt;P&gt;- Ensure you have the lat &amp;amp; long fields in your data model and that they are named exactly the same&lt;/P&gt;&lt;P&gt;- Copy all of the code from the maps tab in the load script&lt;/P&gt;&lt;P&gt;- Copy and paste the chart objects onto your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 01:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200294#M58876</guid>
      <dc:creator>Lee_Matthews</dc:creator>
      <dc:date>2012-07-30T01:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200295#M58877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; A Lot&amp;nbsp; I will try get back you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 06:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200295#M58877</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-07-30T06:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200296#M58878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; A Lot&amp;nbsp; I will try get back you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 06:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200296#M58878</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2012-07-30T06:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200297#M58879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John and lee - &lt;/P&gt;&lt;P&gt;First of all your answers were awesome and professional. Thanks for that. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, I would like to ask a couple of questions that can help me create my own map:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;where can i find a web based map that can give me global long &amp;amp; lati data, i.e., a map where I can type in an address (or point at one for that matter) and get its long. &amp;amp; lati. data?&lt;/LI&gt;&lt;LI&gt;Is there an option to actively move the map with the mouse? lets say i have selected an area, so that now the map is in zoom in mode - now I would like to move the map (in the same zoom in level) to a selected direction - is there a way to do so(just like in googlemaps) ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200297#M58879</guid>
      <dc:creator />
      <dc:date>2012-07-30T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview map coordinates</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200298#M58880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding point 1: I don’t know of such a data set. There is a way to call the google API to get lat &amp;amp; long back from an address, which is done in the load script. I have not done this before though, so I don’t have the code. Note that the google API will probably impose some restriction on the number of times you can do that without a licence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding point 2: You cant do that with the approach of creating your mapping chart using a simple scatter chart and a google image background. Perhaps with a 3rd party add-on you could. There are several available and they typically use an extension object which would have extra functionality specific to mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-map-coordinates/m-p/200298#M58880</guid>
      <dc:creator>Lee_Matthews</dc:creator>
      <dc:date>2012-07-30T10:40:54Z</dc:date>
    </item>
  </channel>
</rss>

