<?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 to get the column name for drilldown in the Table module in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22453#M541</link>
    <description>&lt;P&gt;Yes, I would like to know if there is a way to dynamically obtain the column name and cell value of the clicked cell. With the table module, it seems i have to hardcode which column name i would like to obtain, such as $row.cell1.name$ and this is independent of where I clicked&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2013 23:04:01 GMT</pubDate>
    <dc:creator>cmak</dc:creator>
    <dc:date>2013-02-06T23:04:01Z</dc:date>
    <item>
      <title>How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22449#M537</link>
      <description>&lt;P&gt;When I use the SimpleResultsTable module, I can get the column name and cell contents of the clicked cell with the following code when I drilldown&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Column Name: $click.name2$ 
Cell Value : $click.value2$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, I am unable to find an equivalent with the Table module. I can only get the column name of the first column with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$row.name$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22449#M537</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-06T22:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22450#M538</link>
      <description>&lt;P&gt;You should use the more useful Sideview keys of $row.fields.fieldName$,  $row.fields.someOtherFieldName$,  etc..   However if you want the legacy keys only, they would be $row.name$,  $row.value$.    There is no "row.name2" key, a the Table module does not support that funky behavior where the user's click chooses both a column and a row at the same time.   In practice I found that nobody ever really needed that behavior beyond it's interest as a novelty.  &lt;/P&gt;

&lt;P&gt;In general check out the pretty extensive documentation page at "Module Documentation &amp;gt; The Table Module &amp;gt; Table - Inline Drilldown".     ( /en-US/app/sideview_utils/table2_drilldown )&lt;/P&gt;

&lt;P&gt;Once you're at that page, follow the instructions to click a row on the Table module.    A whole lot of HTML will appear illustrating all of the keys that are available. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:14:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22450#M538</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22451#M539</link>
      <description>&lt;P&gt;$row.name2$ and $row.value2$ does not give me the column name as it returns nothing. I am simply trying to find the key that will give me the equivalent to $click.name2$ and $click.value2$. I imagine it is something simple&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22451#M539</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-06T22:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22452#M540</link>
      <description>&lt;P&gt;Oh I see.   Do you really need the name2 and value2 keys?  In the SimpleResultsTable module they are specific to just the "all" drilldown mode.  Since I've so rarely seen that mode used in the field,  I have not implemented anything like it in the Table module.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22452#M540</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-06T22:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22453#M541</link>
      <description>&lt;P&gt;Yes, I would like to know if there is a way to dynamically obtain the column name and cell value of the clicked cell. With the table module, it seems i have to hardcode which column name i would like to obtain, such as $row.cell1.name$ and this is independent of where I clicked&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22453#M541</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-06T23:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22454#M542</link>
      <description>&lt;P&gt;There is not.  As with the module's highlighting behavior, the click behavior does not differentiate between clicks on different cells within a single row - only the row is considered selected.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:05:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22454#M542</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-06T23:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22455#M543</link>
      <description>&lt;P&gt;Alright, thanks for letting me know&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22455#M543</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-06T23:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22456#M544</link>
      <description>&lt;P&gt;Would the 'all' drilldown mode ever comes to Table module?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 01:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22456#M544</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-12T01:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22457#M545</link>
      <description>&lt;P&gt;Well, to be honest you're the first person to ask for it.&lt;BR /&gt;&lt;BR /&gt;
People in the field don't seem to use it much on the SimpleResultsTable, so when I built the Table module I left it off. I figured if someone needed it, they would ask for it, but until you nobody ever has.  Do you really need it?   In situations where I might use it,  I always either use a stacked column chart, or I break the interaction into two stages - generally where the first table has some level of summary detail about the second layer, and an inline drilldown that runs a search/postprocess to show the second dimension.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 05:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22457#M545</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-12T05:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22458#M546</link>
      <description>&lt;P&gt;I suppose it is not absolutely vital, but would be a nice to have.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22458#M546</guid>
      <dc:creator>cmak</dc:creator>
      <dc:date>2013-02-13T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22459#M547</link>
      <description>&lt;P&gt;I'd occasionally use this as well.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22459#M547</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-04-23T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column name for drilldown in the Table module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22460#M548</link>
      <description>&lt;P&gt;Hi there, I "need" this feature, too ... Would love to see it in future versions &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-the-column-name-for-drilldown-in-the-Table-module/m-p/22460#M548</guid>
      <dc:creator>ahogrefe</dc:creator>
      <dc:date>2015-03-05T17:48:58Z</dc:date>
    </item>
  </channel>
</rss>

