<?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: Choropleth Map with values instead of count in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206923#M43422</link>
    <description>&lt;P&gt;Hi gokadroid, thanks for you answer, it's working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 07:59:59 GMT</pubDate>
    <dc:creator>bosch_softtec</dc:creator>
    <dc:date>2016-11-03T07:59:59Z</dc:date>
    <item>
      <title>Choropleth Map with values instead of count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206921#M43420</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I like to setup a choropleth map but I'm not able to build this map by the vales of a zone. I only got it working by counting the country's which results in value=1.&lt;/P&gt;

&lt;P&gt;My search looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputcsv Region.csv  | join max=0 Region [inputcsv ISO_3166_Codes_Lat_Long.csv ] | stats count by Country | geom geo_countries featureIdField="Country"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Region.csv  file contains the country code and the number of clients. It looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Region,Number
DE,51
GB,154
US,197
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After the join I get all needed informations to setup the map but the result is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Country        | count | ...
Germany        | 1     | ...
United Kingdom | 1     | ...
United States  | 1     | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I like to get:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Country        | count | ...
Germany        | 51    | ...
United Kingdom | 154   | ...
United States  | 197   | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried it with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputcsv Region.csv  | join max=0 Region [inputcsv ISO_3166_Codes_Lat_Long.csv ] | stats values(Number) by Country | geom geo_countries
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the map won't be coloured.&lt;/P&gt;

&lt;P&gt;Any idea how to solve this?&lt;/P&gt;

&lt;P&gt;Thank's for your ideas and help&lt;BR /&gt;
Best regards&lt;BR /&gt;
Thorsten&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 11:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206921#M43420</guid>
      <dc:creator>bosch_softtec</dc:creator>
      <dc:date>2016-11-02T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Choropleth Map with values instead of count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206922#M43421</link>
      <description>&lt;P&gt;Since I don't have the data to plot similar stuff but If there is only one Number value per country you can you please try this and see if it works out:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| chart max(Number) by Country | geom geo_countries featureIdField="Country"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2016 18:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206922#M43421</guid>
      <dc:creator>gokadroid</dc:creator>
      <dc:date>2016-11-02T18:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Choropleth Map with values instead of count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206923#M43422</link>
      <description>&lt;P&gt;Hi gokadroid, thanks for you answer, it's working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 07:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Choropleth-Map-with-values-instead-of-count/m-p/206923#M43422</guid>
      <dc:creator>bosch_softtec</dc:creator>
      <dc:date>2016-11-03T07:59:59Z</dc:date>
    </item>
  </channel>
</rss>

