<?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 you reference a field value as a field to use in a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401816#M116278</link>
    <description>&lt;P&gt;try xyseries command-&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.3/SearchReference/Xyseries"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.3/SearchReference/Xyseries&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| xyseries Date day_Today &amp;lt;fieldname which you want to show under day_Today&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Sep 2018 10:32:20 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-09-27T10:32:20Z</dc:date>
    <item>
      <title>How do you reference a field value as a field to use in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401813#M116275</link>
      <description>&lt;P&gt;So I have a field day_Today=Friday&lt;/P&gt;

&lt;P&gt;Now I want to use the value of day_Today as a field in my table&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| table Date value(day_Today)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;the result of this should be&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| table Date Friday&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401813#M116275</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-09-27T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do you reference a field value as a field to use in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401814#M116276</link>
      <description>&lt;P&gt;The table command generates a table with the field name mentioned displayed as a column name and their value in below subsequent rows..&lt;BR /&gt;
so if you have &lt;CODE&gt;Date&lt;/CODE&gt;  and  &lt;CODE&gt;day_Today&lt;/CODE&gt; as field name and you want to display their values, then simply write as —&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| table Date day_Today
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note- field names are case sensitives&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401814#M116276</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-27T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you reference a field value as a field to use in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401815#M116277</link>
      <description>&lt;P&gt;I want to use field value as column name.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401815#M116277</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-09-27T10:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you reference a field value as a field to use in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401816#M116278</link>
      <description>&lt;P&gt;try xyseries command-&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.3/SearchReference/Xyseries"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.3/SearchReference/Xyseries&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| xyseries Date day_Today &amp;lt;fieldname which you want to show under day_Today&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-reference-a-field-value-as-a-field-to-use-in-a-table/m-p/401816#M116278</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-27T10:32:20Z</dc:date>
    </item>
  </channel>
</rss>

