<?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 do you group field values based upon user, and then filter users that have only one type of value? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-group-field-values-based-upon-user-and-then-filter/m-p/219944#M43202</link>
    <description>&lt;P&gt;Each user can have two values of &lt;STRONG&gt;type&lt;/STRONG&gt;: movement and check-in.  There are some users that only have movement and never check-in.&lt;BR /&gt;
I've tried grouping these &lt;STRONG&gt;type&lt;/STRONG&gt; values and then filtering those users that only have one value, but can't quite figure it out!&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1086i7E2C2BE1C5B76F4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 15:24:38 GMT</pubDate>
    <dc:creator>kellihall</dc:creator>
    <dc:date>2016-02-26T15:24:38Z</dc:date>
    <item>
      <title>How do you group field values based upon user, and then filter users that have only one type of value?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-group-field-values-based-upon-user-and-then-filter/m-p/219944#M43202</link>
      <description>&lt;P&gt;Each user can have two values of &lt;STRONG&gt;type&lt;/STRONG&gt;: movement and check-in.  There are some users that only have movement and never check-in.&lt;BR /&gt;
I've tried grouping these &lt;STRONG&gt;type&lt;/STRONG&gt; values and then filtering those users that only have one value, but can't quite figure it out!&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1086i7E2C2BE1C5B76F4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:24:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-group-field-values-based-upon-user-and-then-filter/m-p/219944#M43202</guid>
      <dc:creator>kellihall</dc:creator>
      <dc:date>2016-02-26T15:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you group field values based upon user, and then filter users that have only one type of value?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-group-field-values-based-upon-user-and-then-filter/m-p/219945#M43203</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=dfw host=MC1 | stats values(type) as Action by id | where mvcount(Action)=1 AND Action="movement" | sort Action
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Feb 2016 18:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-group-field-values-based-upon-user-and-then-filter/m-p/219945#M43203</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-26T18:30:28Z</dc:date>
    </item>
  </channel>
</rss>

