<?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 Query for nonexisting values in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Query-for-nonexisting-values/m-p/223781#M255</link>
    <description>&lt;P&gt;I want to find items where a specific field is not existing. How can I do that with DQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fetch events&lt;BR /&gt;| filter myItem.nonexisting == null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 10:49:39 GMT</pubDate>
    <dc:creator>000panther</dc:creator>
    <dc:date>2023-09-25T10:49:39Z</dc:date>
    <item>
      <title>Query for nonexisting values</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-for-nonexisting-values/m-p/223781#M255</link>
      <description>&lt;P&gt;I want to find items where a specific field is not existing. How can I do that with DQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fetch events&lt;BR /&gt;| filter myItem.nonexisting == null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:49:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-for-nonexisting-values/m-p/223781#M255</guid>
      <dc:creator>000panther</dc:creator>
      <dc:date>2023-09-25T10:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query for nonexisting values</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-for-nonexisting-values/m-p/223782#M256</link>
      <description>&lt;P&gt;A colleague pointed out the isNull function to me. The syntax is&lt;BR /&gt;&lt;BR /&gt;fetch events&lt;BR /&gt;| filter isNull(myItem.nonexisting)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this also works when the field does not exist.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:50:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-for-nonexisting-values/m-p/223782#M256</guid>
      <dc:creator>000panther</dc:creator>
      <dc:date>2023-09-25T10:50:48Z</dc:date>
    </item>
  </channel>
</rss>

