<?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 create single row from multiple results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585025#M203797</link>
    <description>&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to include the _time when that happened?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I'd like to know which one is the original and which one is the duplicated&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 18:51:59 GMT</pubDate>
    <dc:creator>yk010123</dc:creator>
    <dc:date>2022-02-14T18:51:59Z</dc:date>
    <item>
      <title>How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585007#M203791</link>
      <description>&lt;P&gt;Hi team, I have the following table with results&lt;/P&gt;
&lt;TABLE border="1" width="56.25%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="26px"&gt;ID&lt;/TD&gt;
&lt;TD width="25%" height="26px"&gt;processing time&lt;/TD&gt;
&lt;TD width="25%" height="26px"&gt;actor&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;123&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;20&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;actor1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;123&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;actor2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;123&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;actor3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I'd like to combine them as a single result like :&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="329px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="103.219px" height="26px"&gt;ID&lt;/TD&gt;
&lt;TD width="107.023px" height="26px"&gt;actor1&lt;/TD&gt;
&lt;TD width="58.875px" height="26px"&gt;actor2&lt;/TD&gt;
&lt;TD width="58.8828px"&gt;actor3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="103.219px" height="25px"&gt;123&lt;/TD&gt;
&lt;TD width="107.023px" height="25px"&gt;20&lt;/TD&gt;
&lt;TD width="58.875px" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="58.8828px"&gt;40&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The list of actors is not known in advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585007#M203791</guid>
      <dc:creator>yk010123</dc:creator>
      <dc:date>2022-02-14T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585012#M203792</link>
      <description>&lt;LI-CODE lang="markup"&gt;| xyseries ID 'processing time' actor&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585012#M203792</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-14T17:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585014#M203793</link>
      <description>&lt;P&gt;Thank you for replying but that does not seem to be creating the expected output. What I am seeing is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;id&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;20&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;30&lt;/TD&gt;&lt;TD width="8.333333333333334%"&gt;35&lt;/TD&gt;&lt;TD width="4.166666666666667%"&gt;36&lt;/TD&gt;&lt;TD width="4.166666666666667%"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;123&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;actor1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;actor2&lt;/TD&gt;&lt;TD width="8.333333333333334%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="4.166666666666667%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="4.166666666666667%"&gt;actor3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585014#M203793</guid>
      <dc:creator>yk010123</dc:creator>
      <dc:date>2022-02-14T17:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585016#M203794</link>
      <description>&lt;P&gt;Sorry, I got that the wrong way around&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| xyseries ID actor 'processing time'&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:00:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585016#M203794</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-14T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585019#M203795</link>
      <description>&lt;P&gt;Thank you. That seems to be the solution&lt;/P&gt;&lt;P&gt;Do you know how could I handle duplicates here? For example, sometimes the same actor appears more than once in the results and I'd like to include both somehow(maybe with the _time?)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585019#M203795</guid>
      <dc:creator>yk010123</dc:creator>
      <dc:date>2022-02-14T18:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585020#M203796</link>
      <description>&lt;LI-CODE lang="markup"&gt;| chart list('processing time') by ID actor&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585020#M203796</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-14T18:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create single row from multiple results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585025#M203797</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to include the _time when that happened?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I'd like to know which one is the original and which one is the duplicated&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-single-row-from-multiple-results/m-p/585025#M203797</guid>
      <dc:creator>yk010123</dc:creator>
      <dc:date>2022-02-14T18:51:59Z</dc:date>
    </item>
  </channel>
</rss>

