<?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 table results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411296#M118657</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;

&lt;P&gt;I have a table as a search result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;date    Country cs_username
2018-06-12  Mexico  mendoza
2018-06-12  Mexico  mendoza
2018-06-12  Mexico  mendoza
2018-06-14  Mexico  mendoza
2018-06-20  Mexico  mendoza
2018-06-22  Mexico  mendoza
2018-06-25  Mexico  mendoza
2018-06-26  Mexico  mendoza
2018-06-26  Mexico  mendoza
2018-06-11  Netherlands xing
2018-06-11  United States   xing
2018-06-11  Nigeria xing
2018-06-13  United States   xing
2018-06-14  United States   xing
2018-06-15  United States   xing
2018-06-17  United States   xing
2018-06-22  Brazil  xing
2018-06-24  United States   xing
2018-06-25  Brazil  xing
2018-06-25  Brazil  xing
2018-06-25  United States   xing
2018-06-17  China   xue
2018-06-18  China   xue
2018-06-20  China   xue
2018-06-21  China   xue
2018-06-22  China   xue
2018-06-22  China   xue
2018-06-22  Brazil  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that to the same days I have the same user and 2 different Countries.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2018-06-11 xing
    2018-06-25 xing
    2018-06-22  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is the condition that I have interest.&lt;BR /&gt;
I need to filter the table results to show just this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2018-06-11 Netherlands xing
    2018-06-11  United States   xing
    2018-06-11  Nigeria xing
    2018-06-25  Brazil  xing
    2018-06-25  Brazil  xing
    2018-06-25  United States   xing
    2018-06-22  China   xue
    2018-06-22  China   xue
    2018-06-22  Brazil  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can anyone help me?&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 15:13:06 GMT</pubDate>
    <dc:creator>pierre_weg</dc:creator>
    <dc:date>2018-06-27T15:13:06Z</dc:date>
    <item>
      <title>How to filter table results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411296#M118657</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;

&lt;P&gt;I have a table as a search result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;date    Country cs_username
2018-06-12  Mexico  mendoza
2018-06-12  Mexico  mendoza
2018-06-12  Mexico  mendoza
2018-06-14  Mexico  mendoza
2018-06-20  Mexico  mendoza
2018-06-22  Mexico  mendoza
2018-06-25  Mexico  mendoza
2018-06-26  Mexico  mendoza
2018-06-26  Mexico  mendoza
2018-06-11  Netherlands xing
2018-06-11  United States   xing
2018-06-11  Nigeria xing
2018-06-13  United States   xing
2018-06-14  United States   xing
2018-06-15  United States   xing
2018-06-17  United States   xing
2018-06-22  Brazil  xing
2018-06-24  United States   xing
2018-06-25  Brazil  xing
2018-06-25  Brazil  xing
2018-06-25  United States   xing
2018-06-17  China   xue
2018-06-18  China   xue
2018-06-20  China   xue
2018-06-21  China   xue
2018-06-22  China   xue
2018-06-22  China   xue
2018-06-22  Brazil  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that to the same days I have the same user and 2 different Countries.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2018-06-11 xing
    2018-06-25 xing
    2018-06-22  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is the condition that I have interest.&lt;BR /&gt;
I need to filter the table results to show just this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2018-06-11 Netherlands xing
    2018-06-11  United States   xing
    2018-06-11  Nigeria xing
    2018-06-25  Brazil  xing
    2018-06-25  Brazil  xing
    2018-06-25  United States   xing
    2018-06-22  China   xue
    2018-06-22  China   xue
    2018-06-22  Brazil  xue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can anyone help me?&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411296#M118657</guid>
      <dc:creator>pierre_weg</dc:creator>
      <dc:date>2018-06-27T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411297#M118658</link>
      <description>&lt;P&gt;Add this to your current search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eventstats dc(Country) as count by cs_username,date
| where count&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:39:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411297#M118658</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-06-27T15:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411298#M118659</link>
      <description>&lt;P&gt;Great!&lt;/P&gt;

&lt;P&gt;Thank you FrankVI.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:41:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-table-results/m-p/411298#M118659</guid>
      <dc:creator>pierre_weg</dc:creator>
      <dc:date>2018-06-27T16:41:31Z</dc:date>
    </item>
  </channel>
</rss>

