<?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 multiple values of one id in different columns in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523589#M147675</link>
    <description>&lt;P&gt;After using mvexpand it's giving me the same output..&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 07:00:45 GMT</pubDate>
    <dc:creator>renuka</dc:creator>
    <dc:date>2020-10-08T07:00:45Z</dc:date>
    <item>
      <title>How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523582#M147671</link>
      <description>&lt;P&gt;I got the output in the form of&lt;/P&gt;&lt;P&gt;search is : stats values(status) by id..&lt;/P&gt;&lt;P&gt;Id&amp;nbsp; &amp;nbsp;status&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100.667px" height="24px"&gt;ID&lt;/TD&gt;&lt;TD width="58px" height="24px"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="100.667px" height="17px"&gt;1&lt;/TD&gt;&lt;TD width="58px" height="17px"&gt;&lt;P&gt;Agreed&lt;/P&gt;&lt;P&gt;N/A&lt;/P&gt;&lt;P&gt;Negoiate&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="100.667px" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="58px" height="24px"&gt;&lt;P&gt;Agreed&lt;/P&gt;&lt;P&gt;Submitted&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want to get the values in different column as given below&lt;/P&gt;&lt;TABLE border="1" width="69.79346034580932%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="24px"&gt;ID&lt;/TD&gt;&lt;TD height="24px"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="24px"&gt;1&lt;/TD&gt;&lt;TD height="24px"&gt;Agreed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="24px"&gt;1&lt;/TD&gt;&lt;TD height="24px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="39px"&gt;1&lt;/TD&gt;&lt;TD height="39px"&gt;&lt;P&gt;Negoiate&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="19.806451612903224%" height="24px"&gt;Agreed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="19.806451612903224%" height="24px"&gt;Submitted&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;For refference i attached the screenshot below..Can you please Suggest me with the&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523582#M147671</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-10-08T06:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523584#M147672</link>
      <description>&lt;LI-CODE lang="markup"&gt;| mvexpand Status&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:32:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523584#M147672</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-08T06:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523585#M147673</link>
      <description>&lt;P&gt;Try one of these&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|stats count by status,id|fields - count&lt;/LI-CODE&gt;&lt;P&gt;OR&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|mvexpand status&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523585#M147673</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-10-08T06:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523589#M147675</link>
      <description>&lt;P&gt;After using mvexpand it's giving me the same output..&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:00:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523589#M147675</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-10-08T07:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523590#M147676</link>
      <description>&lt;P&gt;This is great. Anthony Constantinou CWM appreciate your effort.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523590#M147676</guid>
      <dc:creator>anthonyconstant</dc:creator>
      <dc:date>2020-10-08T07:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523598#M147679</link>
      <description>&lt;P&gt;Please check the spelling and case of the mvexpand field because it should have worked. If it is still not working, please share your query (preferably in a code block)&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523598#M147679</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-08T07:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523607#M147683</link>
      <description>&lt;P&gt;I am getting answer by mvexpand DA_status_variant name&lt;/P&gt;&lt;P&gt;but problem is i have n number of variant names in my data..id i give DA_status_* it is not taking..can y ou suggest for it..so that irrespective of variant name it should expand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 09:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523607#M147683</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-10-08T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523608#M147684</link>
      <description>&lt;P&gt;What is it that you are hoping to see (for the example in your screenshot)?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:38:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523608#M147684</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-08T07:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523610#M147686</link>
      <description>&lt;P&gt;Example in screenshot&lt;/P&gt;&lt;P&gt;I tried by MV expand for status_variantname&lt;/P&gt;&lt;P&gt;but i have many number of variant names in my data,if i give&lt;/P&gt;&lt;P&gt;mvexpand Status_*,it is not giving any output,&lt;/P&gt;&lt;P&gt;Irrespective of variant name i need to expand the values in the fields...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523610#M147686</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-10-08T07:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523630#M147695</link>
      <description>&lt;P&gt;It wouldn't work as expected if you have multiple multivalue fields created out of a common field especially if they have different number of items. Ideally you should stitch them together with mvzip and expand later.&lt;/P&gt;&lt;P&gt;However in your case, of the number of fields are defined, why dont you try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|stats count by modulename,field1,field2,field3 etc |fields - count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 09:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523630#M147695</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-10-08T09:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values of one id in different columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523632#M147696</link>
      <description>&lt;P&gt;THANK YOU renjith&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 09:24:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-of-one-id-in-different-columns/m-p/523632#M147696</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-10-08T09:24:14Z</dc:date>
    </item>
  </channel>
</rss>

