<?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 Re: DQL query to filter fields based on their value in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/291836#M2945</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75688"&gt;@JhonU&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2025 14:01:20 GMT</pubDate>
    <dc:creator>IzabelaRokita</dc:creator>
    <dc:date>2025-12-18T14:01:20Z</dc:date>
    <item>
      <title>Filter Fields by Value Using DQL Queries for Precise Results</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257859#M1280</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello everyone, could you help me because I am stuck, through a DQL query I get the following fields based on aggregations, the last thing I need is to be able to filter and only present the fields whose numeric value is greater than a threshold that I define.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; Example &amp;gt;10, in the case of the image only one value will be presented.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; I appreciate the help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 14:01:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257859#M1280</guid>
      <dc:creator>JhonU</dc:creator>
      <dc:date>2025-12-18T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to filter fields based on their value</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257861#M1281</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JhonU_0-1727887878010.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23138i2CE95F6FE656E149/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JhonU_0-1727887878010.png" alt="JhonU_0-1727887878010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 16:51:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257861#M1281</guid>
      <dc:creator>JhonU</dc:creator>
      <dc:date>2024-10-02T16:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to filter fields based on their value</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257865#M1282</link>
      <description>&lt;P&gt;You can use the filterOut command after you do your aggregations to get rid of the records that are &amp;lt; 10.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| summarize count = count(), by:{installerVersion}
| filterOut count &amp;lt; 10&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Oct 2024 17:34:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257865#M1282</guid>
      <dc:creator>StrangerThing</dc:creator>
      <dc:date>2024-10-02T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to filter fields based on their value</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257870#M1283</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I appreciate the response, however it seems to me that it does not satisfy the query, as seen in the image the final data is presented as fields with their respective value, of these I seek to present only those that meet the criteria, I have tried "fieldsremove" but I cannot add a condition to delete or not the field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JhonU_0-1727890887311.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23142i7763F7CF412692E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JhonU_0-1727890887311.png" alt="JhonU_0-1727890887311.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 17:44:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257870#M1283</guid>
      <dc:creator>JhonU</dc:creator>
      <dc:date>2024-10-02T17:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to filter fields based on their value</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257873#M1284</link>
      <description>&lt;P&gt;I see, you only want to remove the field and not the record. I'm not sure that's possible with the fieldsRemove command as it doesn't seem to take if statements. You may be able to use the countIf function if your summarize command to accomplish this, but I'm not exactly sure how your query is setup.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 17:52:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/257873#M1284</guid>
      <dc:creator>StrangerThing</dc:creator>
      <dc:date>2024-10-02T17:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to filter fields based on their value</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/291836#M2945</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75688"&gt;@JhonU&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 14:01:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Fields-by-Value-Using-DQL-Queries-for-Precise-Results/m-p/291836#M2945</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-12-18T14:01:20Z</dc:date>
    </item>
  </channel>
</rss>

