<?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 drill down for field names in map not working in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459293#M56512</link>
    <description>&lt;P&gt;I am creating a map in a dashboard, my query for the map in dashboard:&lt;BR /&gt;
 search| stats sum(session_c) as No_of_calls by CO , LAT, LON|geostats values(No_of_calls) as No_of_calls latfield=LAT longfield=LON  globallimit=0   by CO&lt;BR /&gt;
so every circle in map showing CO  : No_of_calls, where CO is the field name and No_of_calls is No of calls by that CO.&lt;/P&gt;

&lt;P&gt;I have to implement  drilldown and need to pass CO fieldname in another page/form but when i click any circle or any CO, its passing one same fieldname of CO in another form/page and not passing clicked/selected  fieldname of CO&lt;/P&gt;

&lt;P&gt;my drill down code :&lt;BR /&gt;
         &lt;DRILLDOWN&gt;&lt;BR /&gt;
          &lt;LINK /&gt;/app/heatmap_rx/avg_total_calls?form.CO=$click.name$&amp;amp;form.field1.earliest=$field1.earliest$&amp;amp;form.field1.latest=$field1.latest$&lt;BR /&gt;
        &lt;/DRILLDOWN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:38:04 GMT</pubDate>
    <dc:creator>rucb</dc:creator>
    <dc:date>2020-09-29T20:38:04Z</dc:date>
    <item>
      <title>drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459293#M56512</link>
      <description>&lt;P&gt;I am creating a map in a dashboard, my query for the map in dashboard:&lt;BR /&gt;
 search| stats sum(session_c) as No_of_calls by CO , LAT, LON|geostats values(No_of_calls) as No_of_calls latfield=LAT longfield=LON  globallimit=0   by CO&lt;BR /&gt;
so every circle in map showing CO  : No_of_calls, where CO is the field name and No_of_calls is No of calls by that CO.&lt;/P&gt;

&lt;P&gt;I have to implement  drilldown and need to pass CO fieldname in another page/form but when i click any circle or any CO, its passing one same fieldname of CO in another form/page and not passing clicked/selected  fieldname of CO&lt;/P&gt;

&lt;P&gt;my drill down code :&lt;BR /&gt;
         &lt;DRILLDOWN&gt;&lt;BR /&gt;
          &lt;LINK /&gt;/app/heatmap_rx/avg_total_calls?form.CO=$click.name$&amp;amp;form.field1.earliest=$field1.earliest$&amp;amp;form.field1.latest=$field1.latest$&lt;BR /&gt;
        &lt;/DRILLDOWN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459293#M56512</guid>
      <dc:creator>rucb</dc:creator>
      <dc:date>2020-09-29T20:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459294#M56513</link>
      <description>&lt;P&gt;@rucb, refer to one of my older answers on limitation on Map drilldown and a work-around (may not be possible if there are multiple unknown values for CO field):&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/613088/how-to-redirect-to-two-urls-from-a-cluster-map.html"&gt;https://answers.splunk.com/answers/613088/how-to-redirect-to-two-urls-from-a-cluster-map.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Or &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/636338/why-is-the-drilldown-not-working-my-splunk-cluster.html"&gt;https://answers.splunk.com/answers/636338/why-is-the-drilldown-not-working-my-splunk-cluster.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 04:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459294#M56513</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-30T04:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459295#M56514</link>
      <description>&lt;P&gt;We do have values for the Central Office for example a CLLI code and the number of calls are received on a Central office. Do you think in this case it is possible ?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459295#M56514</guid>
      <dc:creator>rucb</dc:creator>
      <dc:date>2018-07-30T15:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459296#M56515</link>
      <description>&lt;P&gt;@rucb, how many distinct values of CO? Also will all CO be present in all Pies i.e. Count=0 when CO is not present?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 03:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459296#M56515</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-31T03:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459297#M56516</link>
      <description>&lt;P&gt;the count of CO is more that 10k or 25K. Yes count will be zero when not present.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459297#M56516</guid>
      <dc:creator>rucb</dc:creator>
      <dc:date>2018-07-31T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: drill down for field names in map not working</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459298#M56517</link>
      <description>&lt;P&gt;@rucb, sorry if you have 10K-25K values which is 0 when not present, then it would mean each data point will show 25K splits. This seems to be too high, unless I have misunderstood. A mock screenshot of what you currently have will help (mask out any sensitive information).&lt;/P&gt;

&lt;P&gt;Also, the reason why I asked above questions was that only if it is less number of splits and all the series are always present you can use approach as mentioned in above answer. Else you would need to request for an enhancement.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/drill-down-for-field-names-in-map-not-working/m-p/459298#M56517</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-31T18:26:39Z</dc:date>
    </item>
  </channel>
</rss>

