<?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 Can I display the variable concatenated in a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348599#M103180</link>
    <description>&lt;P&gt;Hi, everyone&lt;/P&gt;

&lt;P&gt;When I create a field concatenated with eval, example:  &lt;CODE&gt;|eval date = day. "/" .month." /". year. |&lt;/CODE&gt;&lt;BR /&gt;
Can I display the variable date in a table?.&lt;/P&gt;

&lt;P&gt;Note: I use Splunk 6.1.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 18:13:12 GMT</pubDate>
    <dc:creator>cgaete</dc:creator>
    <dc:date>2017-06-16T18:13:12Z</dc:date>
    <item>
      <title>Can I display the variable concatenated in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348599#M103180</link>
      <description>&lt;P&gt;Hi, everyone&lt;/P&gt;

&lt;P&gt;When I create a field concatenated with eval, example:  &lt;CODE&gt;|eval date = day. "/" .month." /". year. |&lt;/CODE&gt;&lt;BR /&gt;
Can I display the variable date in a table?.&lt;/P&gt;

&lt;P&gt;Note: I use Splunk 6.1.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 18:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348599#M103180</guid>
      <dc:creator>cgaete</dc:creator>
      <dc:date>2017-06-16T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I display the variable concatenated in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348600#M103181</link>
      <description>&lt;P&gt;Hi cgaete, &lt;/P&gt;

&lt;P&gt;if the fields&lt;BR /&gt;
- day&lt;BR /&gt;
- month&lt;BR /&gt;
- year&lt;BR /&gt;
are valid fields in your data you can do something like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval date = day + "/" + month + "/" + year | table date
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Jun 2017 18:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348600#M103181</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-16T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I display the variable concatenated in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348601#M103182</link>
      <description>&lt;P&gt;I don't understand; your question is so elemental that it should have taken you 10 times longer to post this question than it could have taken you to actually try it and see that it works.   If you really do have a problem, then post samples events and your search.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 21:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348601#M103182</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-16T21:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I display the variable concatenated in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348602#M103183</link>
      <description>&lt;P&gt;I would never use &lt;CODE&gt;+&lt;/CODE&gt; for concatenation operator because it also the &lt;CODE&gt;addition&lt;/CODE&gt; operator and the latter has higher precedence making an invisible land mine for somebody (maybe even yourself) later on.  I think that the original problem was a lack of spaces around each &lt;CODE&gt;.&lt;/CODE&gt; operator.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 04:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-display-the-variable-concatenated-in-a-table/m-p/348602#M103183</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-15T04:08:22Z</dc:date>
    </item>
  </channel>
</rss>

