<?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 small question about aggregations in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226902#M321</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does DQL also do “bucket” aggregations?&lt;/P&gt;&lt;P&gt;Kr Henk&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;x = 4&lt;/P&gt;&lt;P&gt;y =3&amp;nbsp;&lt;/P&gt;&lt;P&gt;z =8&lt;/P&gt;&lt;P&gt;y = 2&lt;/P&gt;&lt;P&gt;x = 2&lt;/P&gt;&lt;P&gt;query would be, as an example: give me the highest number per letter,&lt;/P&gt;&lt;P&gt;answer&lt;/P&gt;&lt;P&gt;x = 4&lt;/P&gt;&lt;P&gt;y = 3&lt;/P&gt;&lt;P&gt;z = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or a dynatrace example, give me the top cpu load per host.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2023 08:02:36 GMT</pubDate>
    <dc:creator>henk_stobbe</dc:creator>
    <dc:date>2023-10-28T08:02:36Z</dc:date>
    <item>
      <title>small question about aggregations</title>
      <link>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226902#M321</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does DQL also do “bucket” aggregations?&lt;/P&gt;&lt;P&gt;Kr Henk&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;x = 4&lt;/P&gt;&lt;P&gt;y =3&amp;nbsp;&lt;/P&gt;&lt;P&gt;z =8&lt;/P&gt;&lt;P&gt;y = 2&lt;/P&gt;&lt;P&gt;x = 2&lt;/P&gt;&lt;P&gt;query would be, as an example: give me the highest number per letter,&lt;/P&gt;&lt;P&gt;answer&lt;/P&gt;&lt;P&gt;x = 4&lt;/P&gt;&lt;P&gt;y = 3&lt;/P&gt;&lt;P&gt;z = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or a dynatrace example, give me the top cpu load per host.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 08:02:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226902#M321</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2023-10-28T08:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: small question about aggregations</title>
      <link>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226988#M322</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;i hope i understood your dataset, but here is a query you could copy paste and see whether it meets your expectations:&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;data record(letter="X", value=4), record(letter="Y", value=3), record(letter="Z", value=8),
     record(letter="X", value=3), record(letter="Y", value=2), record(letter="Z", value=0)
| summarize max(value), by:letter&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 Oct 2023 13:09:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226988#M322</guid>
      <dc:creator>peter_zahrer</dc:creator>
      <dc:date>2023-10-30T13:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: small question about aggregations</title>
      <link>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226992#M323</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="henk_stobbe_0-1698671886078.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15014i850E81F6CAC9085A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="henk_stobbe_0-1698671886078.png" alt="henk_stobbe_0-1698671886078.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;Thanks for your reply, much easier than the competitor (-; I was making it much to difficult, you made my day, thanks!&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 13:21:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/small-question-about-aggregations/m-p/226992#M323</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2023-10-30T13:21:33Z</dc:date>
    </item>
  </channel>
</rss>

