<?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 make from one row two? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137150#M37567</link>
    <description>&lt;P&gt;You could insert this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | fillnull value="n/a" Login1 Login2 | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Apr 2014 13:47:18 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-04-29T13:47:18Z</dc:date>
    <item>
      <title>How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137142#M37559</link>
      <description>&lt;P&gt;Hello All&lt;BR /&gt;
My table looks like these&lt;/P&gt;

&lt;P&gt;Number Name Position Login1 Login2&lt;/P&gt;

&lt;P&gt;1      John expert   johns1 johns2&lt;/P&gt;

&lt;P&gt;is it possible to make another table which looks like&lt;BR /&gt;
Number Name Position Login&lt;BR /&gt;
1      John expert   johns1&lt;BR /&gt;
2      John expert   johns2&lt;/P&gt;

&lt;P&gt;Thanks for all answers!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137142#M37559</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2014-04-21T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137143#M37560</link>
      <description>&lt;P&gt;Maybe something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | rename Login1 as Login | rename Login2 as Login | sort by Login | table Number,Name,Position,Login
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137143#M37560</guid>
      <dc:creator>treinke</dc:creator>
      <dc:date>2014-04-21T13:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137144#M37561</link>
      <description>&lt;P&gt;sorry, but not&lt;BR /&gt;
this way table looks like&lt;BR /&gt;
Number Name Position Login2&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137144#M37561</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2014-04-21T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137145#M37562</link>
      <description>&lt;P&gt;If you have just two fields you can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | eval Login = Login1."###".Login2 | fields - Login1 Login2 | makemv delim="###" Login | mvexpand Login
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Apr 2014 14:20:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137145#M37562</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-21T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137146#M37563</link>
      <description>&lt;P&gt;try using transpose to your result..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;....your search |table....|transpose
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Apr 2014 17:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137146#M37563</guid>
      <dc:creator>krish3</dc:creator>
      <dc:date>2014-04-21T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137147#M37564</link>
      <description>&lt;P&gt;Thanks, it works!&lt;BR /&gt;
But with message like this&lt;BR /&gt;
Field 'Login' does not exist in the data.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137147#M37564</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2014-04-25T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137148#M37565</link>
      <description>&lt;P&gt;Huh? How does it work and throw an error message at the same time?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137148#M37565</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-25T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137149#M37566</link>
      <description>&lt;P&gt;and it does not work for case like this  user has only Login1 OR Login2&lt;BR /&gt;
Number Name Position Login1 Login2&lt;/P&gt;

&lt;P&gt;1      John  expert         johns2&lt;BR /&gt;
2      Willy expert  will1&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 13:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137149#M37566</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2014-04-29T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make from one row two?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137150#M37567</link>
      <description>&lt;P&gt;You could insert this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | fillnull value="n/a" Login1 Login2 | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Apr 2014 13:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-from-one-row-two/m-p/137150#M37567</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-29T13:47:18Z</dc:date>
    </item>
  </channel>
</rss>

