<?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: Group again after a split by DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220088#M177</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58054"&gt;@elenaperez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, this is not possible. But once the &lt;EM&gt;in&lt;/EM&gt; function is available, the query would look like this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;timeseries avg(dt.host.cpu.idle),
	filter: dt.entity.host in [fetch dt.entity.host
	| filter contains(osVersion, "2008")
	| fields id]&lt;/LI-CODE&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 06:40:44 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-08-08T06:40:44Z</dc:date>
    <item>
      <title>Group again after a split by DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/219985#M175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to create a tile in the new dashboards with DQL that shows the avg cpu filtered by osVersion.&lt;/P&gt;
&lt;P&gt;I did this:&lt;/P&gt;
&lt;P&gt;timeseries cpu=avg(dt.host.cpu.usage), by:{dt.entity.host}&lt;BR /&gt;| lookup [fetch dt.entity.host], lookupField:id, sourceField:dt.entity.host, fields:{osVersion}&lt;BR /&gt;| filter contains(osVersion, "2008")&lt;/P&gt;
&lt;P&gt;But now I don't want to see it splited by host, but like the initial timeseries. How can I achieve this?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 10:28:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/219985#M175</guid>
      <dc:creator>elenaperez</dc:creator>
      <dc:date>2023-08-07T10:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Group again after a split by DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220088#M177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58054"&gt;@elenaperez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, this is not possible. But once the &lt;EM&gt;in&lt;/EM&gt; function is available, the query would look like this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;timeseries avg(dt.host.cpu.idle),
	filter: dt.entity.host in [fetch dt.entity.host
	| filter contains(osVersion, "2008")
	| fields id]&lt;/LI-CODE&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 06:40:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220088#M177</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-08-08T06:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group again after a split by DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220198#M180</link>
      <description>&lt;P&gt;Oh this looks fantastic!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 00:44:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220198#M180</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2023-08-09T00:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Group again after a split by DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220350#M186</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there a date for this &lt;EM&gt;in&lt;/EM&gt; function to be available?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 07:00:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220350#M186</guid>
      <dc:creator>elenaperez</dc:creator>
      <dc:date>2023-08-10T07:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Group again after a split by DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220358#M187</link>
      <description>&lt;P&gt;It is planned to be available by the end of this quarter/beginning of next quarter,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 07:23:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Group-again-after-a-split-by-DQL/m-p/220358#M187</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-08-10T07:23:20Z</dc:date>
    </item>
  </channel>
</rss>

