<?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 displaying data on a geographic map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206894#M62843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to generate a heat map via the google maps, however, I need to calculate percentages for each state individually rather than relative to the rest of the county - similar to what the original poster wants to do.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;'='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://chart.apis.google.com/chart?&amp;amp;cht=t"&gt;http://chart.apis.google.com/chart?&amp;amp;cht=t&lt;/A&gt;&lt;SPAN&gt;' &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chs=' &amp;amp; '440x220' /* Chart size */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chtm=' &amp;amp; 'usa' /* Region */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chco=' &amp;amp; 'f5f5f5'&amp;nbsp; /* Color for no value */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; ',' &amp;amp; 'edf0d4,6c9642,13390a'&amp;nbsp; /* Color gradient */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chld=' &amp;amp; concat(DISTINCT State, '', fieldIndex('State', State))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chd=s:' &amp;amp; concat(&amp;nbsp; aggr(&amp;nbsp; mid('$(simpleEncodingMap)', 1+round(61*sum(Sales_Amount)/max(TOTAL aggr(DISTINCT sum(Sales_Amount), State)),1),1), State), '', fieldIndex('State', State))'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but basically, I only want to sum the Sales_Amount if a sale was made at night: sum(if(Sales_Indicator = 'Night',Sales_Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as of now, the expression is simply color-coding the states relative to the country as a whole.&amp;nbsp; I'm guessing the "agg" function might have something to do with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 19:09:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-25T19:09:13Z</dc:date>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206887#M62836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have sales and budget data by state. I want to know how I can plot this information on a map. I have been successful in using lat and long codes to plot points on a map, but what I want to do now is different.&lt;/P&gt;&lt;P&gt;For example I will have 50 numbers for the country. One number for each state. I want to color the country by different shades of color based on the number that the state has acheived. If the 50 numbers I have are percentage figures, I want any state that is below 0% to be red, any state that is 0-10% to be yellow and any state &amp;gt;10% to be green. Can someone show me how to do this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 23:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206887#M62836</guid>
      <dc:creator />
      <dc:date>2011-02-08T23:27:54Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206888#M62837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to my last post, I am attaching an image of what I would like to see:&lt;/P&gt;&lt;P&gt;Imagine the map below where the colors on this map represent a number. I want the entire state to be a color and not just a point on the state map.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3107.Map-pic.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3107.Map-pic.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 23:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206888#M62837</guid>
      <dc:creator />
      <dc:date>2011-02-08T23:38:44Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206889#M62838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF it's possible, it would probably only be possible with version 10 extensions, which I haven't studied. Basic QlikView charts simply don't let you color in state-shaped blobs. You get circles and squares. Now, technically, you could probably make every single pixel on your screen be a circle in, say, a scatter chart, but that would be pretty horribly complex, I think. Hopefully extensions will somehow handle what you need. Sorry I can't be of more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 01:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206889#M62838</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-09T01:27:23Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206890#M62839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an extension object somewhere based on the Google GeoMap for vizualisation which lets you do exactly that.&lt;/P&gt;&lt;P&gt;(More on GeoMap here: &lt;A href="http://code.google.com/apis/visualization/documentation/gallery/geomap.html"&gt;http://code.google.com/apis/visualization/documentation/gallery/geomap.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I can't seem to locate the extension object at the moment though but I played around with it before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 01:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206890#M62839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-09T01:29:32Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206891#M62840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir &lt;STRONG&gt;&lt;A href="http://community.qlik.com/members/jsn/default.aspx"&gt;Johannes Sundén&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you found the extension can you post it here so we (newbies) can acquire additional knowledge..&lt;/P&gt;&lt;P&gt;All:&lt;/P&gt;&lt;P&gt;Where can I find a tutorial about extensions?&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 06:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206891#M62840</guid>
      <dc:creator />
      <dc:date>2011-02-09T06:53:54Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206892#M62841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You find one example of this in the "cookbook":&lt;/P&gt;&lt;P&gt;http://robwunderlich.com/downloads/cookbook_V009.1.zip&lt;/P&gt;&lt;P&gt;See the "Generate geographical heat map using Google Chart API" example.&lt;/P&gt;&lt;P&gt;As you can see it uses google chart api, so you'd better check the license for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example from the above document:&lt;/P&gt;&lt;P&gt;http://chart.apis.google.com/chart?&amp;amp;cht=t&amp;amp;chs=440x220&amp;amp;chtm=usa&amp;amp;chco=f5f5f5,edf0d4,6c9642,13390a&amp;amp;chld=CANYHIWANVTNTX&amp;amp;chd=s:9bALIAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 08:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206892#M62841</guid>
      <dc:creator />
      <dc:date>2011-02-09T08:30:09Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206893#M62842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have a look at the GeoQlik software (www.geoqlik.com). It embeds the QlikView plugin in order to add maps objects to an existing QlikView application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 18:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206893#M62842</guid>
      <dc:creator />
      <dc:date>2011-02-22T18:45:39Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206894#M62843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to generate a heat map via the google maps, however, I need to calculate percentages for each state individually rather than relative to the rest of the county - similar to what the original poster wants to do.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;'='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://chart.apis.google.com/chart?&amp;amp;cht=t"&gt;http://chart.apis.google.com/chart?&amp;amp;cht=t&lt;/A&gt;&lt;SPAN&gt;' &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chs=' &amp;amp; '440x220' /* Chart size */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chtm=' &amp;amp; 'usa' /* Region */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chco=' &amp;amp; 'f5f5f5'&amp;nbsp; /* Color for no value */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; ',' &amp;amp; 'edf0d4,6c9642,13390a'&amp;nbsp; /* Color gradient */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chld=' &amp;amp; concat(DISTINCT State, '', fieldIndex('State', State))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp; '&amp;amp;chd=s:' &amp;amp; concat(&amp;nbsp; aggr(&amp;nbsp; mid('$(simpleEncodingMap)', 1+round(61*sum(Sales_Amount)/max(TOTAL aggr(DISTINCT sum(Sales_Amount), State)),1),1), State), '', fieldIndex('State', State))'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but basically, I only want to sum the Sales_Amount if a sale was made at night: sum(if(Sales_Indicator = 'Night',Sales_Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as of now, the expression is simply color-coding the states relative to the country as a whole.&amp;nbsp; I'm guessing the "agg" function might have something to do with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 19:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206894#M62843</guid>
      <dc:creator />
      <dc:date>2011-08-25T19:09:13Z</dc:date>
    </item>
    <item>
      <title>displaying data on a geographic map</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206895#M62844</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;I tried to implement something like this with google charts (visualization : geochart). &lt;/P&gt;&lt;P&gt;Pls. check my blog at &lt;A href="http://quickdevtips.blogspot.com/2012/04/google-geochart-in-qlikview.html"&gt;http://quickdevtips.blogspot.com/2012/04/google-geochart-in-qlikview.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 21:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-data-on-a-geographic-map/m-p/206895#M62844</guid>
      <dc:creator />
      <dc:date>2012-04-30T21:31:29Z</dc:date>
    </item>
  </channel>
</rss>

