<?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 Why is ISNULL functionality not working? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640180#M221831</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keerthi_0-1681721858028.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24943i1F3CE35786247C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keerthi_0-1681721858028.png" alt="Keerthi_0-1681721858028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am trying to get the data only when my lastlogon(field name) is Null. but the above query is still giving me data for both Null and non Null values.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 09:01:51 GMT</pubDate>
    <dc:creator>Keerthi</dc:creator>
    <dc:date>2023-04-18T09:01:51Z</dc:date>
    <item>
      <title>Why is ISNULL functionality not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640180#M221831</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keerthi_0-1681721858028.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24943i1F3CE35786247C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keerthi_0-1681721858028.png" alt="Keerthi_0-1681721858028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am trying to get the data only when my lastlogon(field name) is Null. but the above query is still giving me data for both Null and non Null values.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640180#M221831</guid>
      <dc:creator>Keerthi</dc:creator>
      <dc:date>2023-04-18T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISNULL functionality not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640187#M221835</link>
      <description>&lt;P&gt;Field name are case-sensitive - try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where isnull(LASTLOGON)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640187#M221835</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-17T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is ISNULL functionality not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640402#M221920</link>
      <description>&lt;P&gt;Fields are case sensitive and also sometimes "empty" (i.e. == "").&amp;nbsp; You can check for both like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(isnull(LASTLOGON) OR LASTLOGON=="")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 18:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-ISNULL-functionality-not-working/m-p/640402#M221920</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2023-04-18T18:21:16Z</dc:date>
    </item>
  </channel>
</rss>

