<?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: Multiple value read using choropleth map in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-multiple-value-read-using-choropleth-map/m-p/648551#M53100</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm having the same issue. Could you please help me how you sorted out this?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 14:42:24 GMT</pubDate>
    <dc:creator>Naa_Win</dc:creator>
    <dc:date>2023-06-28T14:42:24Z</dc:date>
    <item>
      <title>How to get multiple value read using choropleth map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-multiple-value-read-using-choropleth-map/m-p/432263#M46301</link>
      <description>&lt;P&gt;I have the below data say, in an csv – infile.csv&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
Country Field1  Field2  Field3&lt;BR /&gt;
Australia   V1F1    V1F2    V1F3&lt;BR /&gt;
India   V2F1    V2F2    V2F3&lt;BR /&gt;
France  V3F1    V3F2    V3F3&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;I am trying to create a choropleth map using the below command&lt;/P&gt;
&lt;P&gt;`&lt;BR /&gt;|inputlookup PS_SPLUNK.csv&lt;BR /&gt;| geom geo_countries featureIdField=Country&lt;/P&gt;
&lt;P&gt;`&lt;/P&gt;
&lt;P&gt;But things do not turn up the way I expect (which is as below) when I hover over each country , rather nothing gets plotted&lt;/P&gt;
&lt;P&gt;Say When I Hover over India I would wish to see &lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;
India&lt;BR /&gt;
Field1 – V2F1&lt;BR /&gt;
Field2 – V2F2&lt;BR /&gt;
Field3 – V2F3&lt;BR /&gt;
&lt;/CODE&gt;&lt;BR /&gt;But when I change the above code to say – &lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;
|inputlookup PS_SPLUNK.csv&lt;BR /&gt;
|table Country Field1&lt;BR /&gt;
| geom geo_countries featureIdField=Country&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Now with the above code when I hover over india , I see the values &lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;
India &lt;BR /&gt;
Field1 – V2F1&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;So in a nutshell, I would want to show the values of many fields that a country could represent rather than the count field alone. &lt;BR /&gt;All Help is appreciated.&lt;/P&gt;
&lt;P&gt;Thank You in advance&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 13:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-multiple-value-read-using-choropleth-map/m-p/432263#M46301</guid>
      <dc:creator>madakkas</dc:creator>
      <dc:date>2023-06-29T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple value read using choropleth map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-multiple-value-read-using-choropleth-map/m-p/648551#M53100</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm having the same issue. Could you please help me how you sorted out this?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-multiple-value-read-using-choropleth-map/m-p/648551#M53100</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-06-28T14:42:24Z</dc:date>
    </item>
  </channel>
</rss>

