<?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: How do I edit my XML to drill down from a table to a timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205101#M59606</link>
    <description>&lt;P&gt;Ok, I'm a bit closer but still not there yet&lt;/P&gt;

&lt;P&gt;I have the below but 2 problems.  #1 there is a blank area that says "awaiting input" or something like that and more importantly when I click on a row, there is problem #2, which is it doesn't return anything.   Sorry for all the hand holding on this.....&lt;/P&gt;

&lt;P&gt;Customer Statistics&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;Connectivity - June 2016 to Date&amp;lt;/title&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Cell Connectivity&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "Current Cell Connectivity %" by mso|rename mso as Customer&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="tablevariable"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
    &amp;lt;/drilldown&amp;gt;

  &amp;lt;/table&amp;gt;


    &amp;lt;chart&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;
     index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" $tablevariable$ |eval mso = lower(substr(mso,1,1)).lower(substr(mso,2)) |timechart avg(stat_val) as Trend 
        &amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 04 Aug 2016 15:02:18 GMT</pubDate>
    <dc:creator>dbcase</dc:creator>
    <dc:date>2016-08-04T15:02:18Z</dc:date>
    <item>
      <title>How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205093#M59598</link>
      <description>&lt;P&gt;Hi,  &lt;/P&gt;

&lt;P&gt;First time doing drill downs, so pardon the newbie question.  I'm having a tough time grasping the drilldown concept.&lt;/P&gt;

&lt;P&gt;I have this XML:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Connectivity - June 2016 to Date&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt; title &amp;gt;Cell Connectivity&amp;lt; /title  &amp;gt;
        &amp;lt; search &amp;gt;
          &amp;lt;query &amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "Current Cell Connectivity %" by mso&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers" &amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode" &amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;format type="sparkline" field="Trend"&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format field="Trend" type="sparkline"&amp;gt;
          &amp;lt;option name="spotRadius"&amp;gt;3&amp;lt;/option&amp;gt;
          &amp;lt;option name="minSpotColor"&amp;gt;#FF0000&amp;lt;/option&amp;gt;
          &amp;lt;option name="maxSpotColor"&amp;gt;#00FF00&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;25px&amp;lt;/option&amp;gt;
          &amp;lt;option name="fillColor"&amp;gt;#CCDDFF&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineWidth"&amp;gt;1&amp;lt;/option&amp;gt;
          &amp;lt;option name="lineColor"&amp;gt;#5379af&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;

    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to be able to click on any one of the resulting rows to drill down to a timechart that runs this query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |timechart (avg(stat_val)) as Trend by mso
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205093#M59598</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T02:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205094#M59599</link>
      <description>&lt;P&gt;Wow, that really didn't format well.... Let's try that again&lt;/P&gt;

&lt;P&gt;Here is the XML (with all the options removed this time)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;Connectivity - June 2016 to Date&amp;lt;/title&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Cell Connectivity&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "Current Cell Connectivity %" by mso&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;

  &amp;lt;/table&amp;gt;

&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205094#M59599</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205095#M59600</link>
      <description>&lt;P&gt;Is the query for your timechart dependent on any values from the table?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205095#M59600</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T02:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205096#M59601</link>
      <description>&lt;P&gt;Yes it would be.  I guess it would read something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" %variable.from.table% |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |timechart (avg(stat_val)) as Trend by mso
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205096#M59601</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T02:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205097#M59602</link>
      <description>&lt;P&gt;I'm not quite sure which value you want, from the table, but hopefully, this will give you some idea how it is done&lt;/P&gt;

&lt;P&gt;*&lt;STRONG&gt;&lt;EM&gt;XML for the table&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     &amp;lt;panel&amp;gt;
       &amp;lt;title&amp;gt;Connectivity - June 2016 to Date&amp;lt;/title&amp;gt;
       &amp;lt;table&amp;gt;
         &amp;lt;title&amp;gt;Cell Connectivity&amp;lt;/title&amp;gt;
         &amp;lt;search&amp;gt;
           &amp;lt;query&amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "CurrentCellConnectivity" by mso&amp;lt;/query&amp;gt;
           &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
           &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
         &amp;lt;/search&amp;gt;
        &amp;lt;drilldown&amp;gt;
            &amp;lt;set token="tablevariable"&amp;gt;$row.CurrentCellConnectivity$&amp;lt;/set&amp;gt;
           &amp;lt;/drilldown&amp;gt;
       &amp;lt;/table&amp;gt;
     &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*&lt;STRONG&gt;&lt;EM&gt;Query for timechart&lt;/EM&gt;&lt;/STRONG&gt;*&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" "$tablevariable$" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |timechart (avg(stat_val)) as Trend by mso 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/tokens#Define_tokens_for_conditional_operations_with_the_.3Cdrilldown.3E_element"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/tokens#Define_tokens_for_conditional_operations_with_the_.3Cdrilldown.3E_element&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205097#M59602</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T02:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205098#M59603</link>
      <description>&lt;P&gt;Good question.  It would be the mso field&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:51:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205098#M59603</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T02:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205099#M59604</link>
      <description>&lt;P&gt;Where would the query for timechart go in the XML?   Sorry, very newbie at this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205099#M59604</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T02:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205100#M59605</link>
      <description>&lt;P&gt;The timechart will new new panel, like the table, create a new panel (Add Panel) for timechart and use the query.&lt;/P&gt;

&lt;P&gt;And for the drilldown in your table, if you want the name of the mso column, use this instead &lt;CODE&gt;$click.name2$&lt;/CODE&gt; So your &lt;CODE&gt;set token&lt;/CODE&gt; will be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;set token="tablevariable"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:01:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205100#M59605</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T03:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205101#M59606</link>
      <description>&lt;P&gt;Ok, I'm a bit closer but still not there yet&lt;/P&gt;

&lt;P&gt;I have the below but 2 problems.  #1 there is a blank area that says "awaiting input" or something like that and more importantly when I click on a row, there is problem #2, which is it doesn't return anything.   Sorry for all the hand holding on this.....&lt;/P&gt;

&lt;P&gt;Customer Statistics&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;Connectivity - June 2016 to Date&amp;lt;/title&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Cell Connectivity&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "Current Cell Connectivity %" by mso|rename mso as Customer&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="tablevariable"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
    &amp;lt;/drilldown&amp;gt;

  &amp;lt;/table&amp;gt;


    &amp;lt;chart&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;
     index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" $tablevariable$ |eval mso = lower(substr(mso,1,1)).lower(substr(mso,2)) |timechart avg(stat_val) as Trend 
        &amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 15:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205101#M59606</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205102#M59607</link>
      <description>&lt;P&gt;The "Awaiting input" is because you have a token &lt;CODE&gt;$tablevariable$&lt;/CODE&gt; in your query that hasn't been set. That gets set, when you click on a row. To fix it, you can change your &lt;CODE&gt;panel&lt;/CODE&gt; tag for the timechart to this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel depends="$tablevariable$"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What this does is, it will keep the panel hidden till the token value is set.&lt;/P&gt;

&lt;P&gt;For #2, try this change to your query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |eval mso = lower(substr(mso,1,1)).lower(substr(mso,2)) |where mso="$tablevariable$" | timechart avg(stat_val) as Trend
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 15:29:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205102#M59607</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205103#M59608</link>
      <description>&lt;P&gt;Hmmm, ok just focusing on #2 for now&lt;/P&gt;

&lt;P&gt;Updated code looks like the below, but still no results (very strange).  What am I missing?   Is there a way to display the tablevariable token so I can verify the contents?&lt;/P&gt;

&lt;P&gt;Customer Statistics&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;title&amp;gt;Cell Connectivity&amp;lt;/title&amp;gt;
 &amp;lt;search&amp;gt;
   &amp;lt;query&amp;gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell" |chart sparkline(avg(stat_val)) as Trend first(stat_val) as "Current Cell Connectivity %" by mso&amp;lt;/query&amp;gt;
   &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
   &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
 &amp;lt;/search&amp;gt;

&amp;lt;drilldown&amp;gt;
       &amp;lt;set token="tablevariable"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
 &amp;lt;/drilldown&amp;gt;

 &amp;lt;chart&amp;gt;
   &amp;lt;search&amp;gt;
     &amp;lt;query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell"  |where mso="$tablevariable$" | timechart avg(stat_val) as Trend&lt;BR /&gt;&lt;BR /&gt;
       &lt;BR /&gt;
     &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205103#M59608</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2020-09-29T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205104#M59609</link>
      <description>&lt;P&gt;When you hover over the timechart panel. you will see a magnifying glass on the bottom left corner of the panel. Click on that. It will open a new window with the search. You can see the value for the token there&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205104#M59609</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205105#M59610</link>
      <description>&lt;P&gt;Ah ha! &lt;/P&gt;

&lt;P&gt;The search query is using the field name instead of the content.   mso should be something like bhn or comcast&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
index=mso_statistics sourcetype=ic_connectivity_5min-too_small stat_name = "cell"  |where mso="mso" | timechart avg(stat_val) as Trend&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205105#M59610</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2020-09-29T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205106#M59611</link>
      <description>&lt;P&gt;changing click.name2 to click.value2 seems to do the trick for the search!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205106#M59611</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-04T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my XML to drill down from a table to a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205107#M59612</link>
      <description>&lt;P&gt;Perfect. Please accept this to close out the question&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:22:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-XML-to-drill-down-from-a-table-to-a-timechart/m-p/205107#M59612</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-04T17:22:41Z</dc:date>
    </item>
  </channel>
</rss>

