<?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: Dashboard DQL - combine tiles values (can variables be used?) in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268333#M4744</link>
    <description>&lt;P&gt;Sure that's a possibility. But when I have tens of tiles (and with much more complex DQL) then the final tile will become huge and difficult to maintain (see points 1 and 2 above).&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2025 13:42:45 GMT</pubDate>
    <dc:creator>paolo_fumanelli</dc:creator>
    <dc:date>2025-01-24T13:42:45Z</dc:date>
    <item>
      <title>Combine tiles values in Dashboard DQL?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268315#M4742</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;I have a dashboard in which I want to show some different values (DQL timeseries output) in different tiles.&lt;/P&gt;
&lt;P&gt;Then, I want to combine (sum or other aggregations) all these values in a single, final tile.&lt;/P&gt;
&lt;P&gt;Of course I could write a DQL statement that extracts them again and combines them up. But it has 2 limitations:&lt;/P&gt;
&lt;P&gt;1) the final DQL query would become huge to be managed&lt;/P&gt;
&lt;P&gt;2) if I change one of the initial tiles, then I have to modify also the huge DQL one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought I could use variables for this. I mean create a variable (not displayed as filter) for each tile, then show in each tile just the variable itself, and in the final tile combine them. This would solve points 1 and 2 above.&lt;/P&gt;
&lt;P&gt;The problem is that, to make it very simple, if I create a variable named "fake" like this example:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;timeseries sum(dt.service.request.count)&lt;BR /&gt;| fields total = arraySum(`sum(dt.service.request.count)`)&lt;BR /&gt;| summarize sum(total)&lt;/P&gt;
&lt;P&gt;and then reference it in a tile like this:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;data record(a=$fake)&lt;/P&gt;
&lt;P&gt;At the first execution the second tile shows the correct value, but if then the variable is refreshed, the referencing tile is not.&lt;/P&gt;
&lt;P&gt;How can achieve what I'm trying to do?&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Paolo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 11:26:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268315#M4742</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2025-12-05T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard DQL - combine tiles values (can variables be used?)</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268323#M4743</link>
      <description>&lt;P&gt;What if you use the same dql query for the variable and the tile?&lt;BR /&gt;Variable&lt;BR /&gt;&lt;SPAN&gt;timeseries sum(dt.service.request.count)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| fields total = arraySum(`sum(dt.service.request.count)`)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| summarize sum(total)&lt;BR /&gt;&lt;BR /&gt;Tile:&lt;BR /&gt;timeseries sum(dt.service.request.count)&lt;BR /&gt;| fields total = arraySum(`sum(dt.service.request.count)`)&lt;BR /&gt;| summarize sum(total)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 13:04:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268323#M4743</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-01-24T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard DQL - combine tiles values (can variables be used?)</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268333#M4744</link>
      <description>&lt;P&gt;Sure that's a possibility. But when I have tens of tiles (and with much more complex DQL) then the final tile will become huge and difficult to maintain (see points 1 and 2 above).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 13:42:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Combine-tiles-values-in-Dashboard-DQL/m-p/268333#M4744</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2025-01-24T13:42:45Z</dc:date>
    </item>
  </channel>
</rss>

