<?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 How to filter out value based from another another column? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-value-based-from-another-another-column/m-p/630789#M219124</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Greatly appreciate your help, would like to know if there is any way i could filter out a value based from another column&lt;BR /&gt;&lt;BR /&gt;I need to filter out anything that column 2 gives to column1&amp;nbsp;&lt;BR /&gt;sample:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;column1&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="81px"&gt;apple&lt;BR /&gt;orange&lt;BR /&gt;grapes&lt;/TD&gt;
&lt;TD width="50%" height="81px"&gt;grapes&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;expected output&lt;BR /&gt;The grape should be removed from column1&lt;/P&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;column1&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="81px"&gt;apple&lt;BR /&gt;orange&lt;BR /&gt;&lt;BR /&gt;&lt;/TD&gt;
&lt;TD width="50%" height="81px"&gt;grapes&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will i use where or mvfilter ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;| where column!=column1&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 19:36:47 GMT</pubDate>
    <dc:creator>villnooB</dc:creator>
    <dc:date>2023-02-14T19:36:47Z</dc:date>
    <item>
      <title>How to filter out value based from another another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-value-based-from-another-another-column/m-p/630789#M219124</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Greatly appreciate your help, would like to know if there is any way i could filter out a value based from another column&lt;BR /&gt;&lt;BR /&gt;I need to filter out anything that column 2 gives to column1&amp;nbsp;&lt;BR /&gt;sample:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;column1&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="81px"&gt;apple&lt;BR /&gt;orange&lt;BR /&gt;grapes&lt;/TD&gt;
&lt;TD width="50%" height="81px"&gt;grapes&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;expected output&lt;BR /&gt;The grape should be removed from column1&lt;/P&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;column1&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="81px"&gt;apple&lt;BR /&gt;orange&lt;BR /&gt;&lt;BR /&gt;&lt;/TD&gt;
&lt;TD width="50%" height="81px"&gt;grapes&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will i use where or mvfilter ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;| where column!=column1&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 19:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-value-based-from-another-another-column/m-p/630789#M219124</guid>
      <dc:creator>villnooB</dc:creator>
      <dc:date>2023-02-14T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: filter out value based from another another column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-value-based-from-another-another-column/m-p/630798#M219125</link>
      <description>&lt;P&gt;As with much of SPL, there is more than one way to do that.&amp;nbsp; The method to use depends on how the current output was produced.&amp;nbsp; Please share the query.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 13:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-value-based-from-another-another-column/m-p/630798#M219125</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-02-14T13:43:48Z</dc:date>
    </item>
  </channel>
</rss>

