<?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: New dashboards and time frame selector? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214230#M26659</link>
    <description>&lt;P&gt;If you use "from - to" within a tile, you will be forcing a different date range than you set in the time frame selector.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 19:37:16 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2023-06-06T19:37:16Z</dc:date>
    <item>
      <title>New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214100#M26638</link>
      <description>&lt;P&gt;In the new dashboards, I see that there is a time frame selector in the top right that seems like it should control the time frame for any widget on that dashboard.&amp;nbsp; However, this does not seem to be the case and I cannot find any documentation on how to use what is selected in that global time frame selector in Grail queries or JavaScript code.&amp;nbsp; Can someone point me in the direction of the docs for this?&amp;nbsp; Or, am&amp;nbsp; I mistaken on the usage?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 06:59:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214100#M26638</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-06-07T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214158#M26640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I checked on my environment and timeframe selector changes the date range on Dashboard tiles.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/dashboards-use#dashboard-timeframe" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/dashboards-use#dashboard-timeframe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 07:21:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214158#M26640</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-06-06T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214207#M26652</link>
      <description>&lt;P&gt;Thanks Radek,&lt;/P&gt;&lt;P&gt;I guess maybe I have a different use case.&amp;nbsp; I think the time frame selector would work for me if I were using a DQL query and not specifying a time frame in the query.&amp;nbsp; However, since the metric data I need has not been migrated to Grail yet, I am using the the classic SDK to get the data, HTTP monitor metric data, using the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;const response = await metricsClient.query({
    acceptType: 'application/json; charset=utf-8', 
    entitySelector: 'type(dt.entity.http_check),tag(SENTRY_AVAILABILITY:SMARTS_DOWN)',
    from: 'now/y',
    to: 'now',
    resolution: 'd',
    metricSelector: 'builtin:synthetic.http.availability.location.totalWoMaintenanceWindow'
  });
  const metrics = response.result;&lt;/LI-CODE&gt;&lt;P&gt;I would like to be able to dynamically use the time frame selected instead of using the from and to values I have in the sample above.&amp;nbsp; Is there a way to get the selected time frame?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 14:09:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214207#M26652</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-06-06T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214212#M26656</link>
      <description>&lt;P&gt;I guess this may be working if I remove the from, to, and resolution params.&amp;nbsp; However, the charts do not seem to adjust to fit the new data based on the time frame selected, so it is not useful.&amp;nbsp; Maybe I am missing something?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:39:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214212#M26656</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-06-06T19:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214230#M26659</link>
      <description>&lt;P&gt;If you use "from - to" within a tile, you will be forcing a different date range than you set in the time frame selector.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:37:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214230#M26659</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-06-06T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214231#M26660</link>
      <description>&lt;P&gt;Right.&amp;nbsp; See my edited comment above.&amp;nbsp; If I remove those fields, then the selected time frame does appear to be used.&amp;nbsp; But, the charts do not seem to adjust correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:41:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/214231#M26660</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-06-06T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/217299#M27378</link>
      <description>&lt;P&gt;Spoke with Dynatrace.&amp;nbsp; Access to the time frame values should be available in the dashboards version 1.4&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 20:14:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/217299#M27378</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-07-07T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219718#M27833</link>
      <description>&lt;P&gt;Great, do we know when these time frame variables will be available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 17:35:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219718#M27833</guid>
      <dc:creator>heybeckerj</dc:creator>
      <dc:date>2023-08-03T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219721#M27834</link>
      <description>&lt;P&gt;My company just received the updated dashboards this week 8/1/2023.&amp;nbsp; &amp;nbsp;It took several emails to our support reps at Dynatrace to get updated.&lt;/P&gt;&lt;P&gt;Here is a simple function to test with once you have been upgraded.&lt;/P&gt;&lt;P&gt;export default async function () {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return "From/To: " + $dt_timeframe_from + " " + $dt_timeframe_to;;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 17:40:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219721#M27834</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-08-03T17:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: New dashboards and time frame selector?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219722#M27835</link>
      <description>&lt;P&gt;Ah that is wonderful&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/62022"&gt;@scott-smith&lt;/a&gt;&amp;nbsp;. I knew about these variables, just did not work yet on our tenant:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$dt_timeframe_from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$dt_timeframe_to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tested today and it works!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="heybeckerj_0-1691084685839.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13352iB35ED5B14069855E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="heybeckerj_0-1691084685839.png" alt="heybeckerj_0-1691084685839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the snippet.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 17:44:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/New-dashboards-and-time-frame-selector/m-p/219722#M27835</guid>
      <dc:creator>heybeckerj</dc:creator>
      <dc:date>2023-08-03T17:44:51Z</dc:date>
    </item>
  </channel>
</rss>

