<?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: Create Dynamic Date Range Expression that shows Date Range of Displayed Data in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276976#M7617</link>
    <description>&lt;P&gt;Thanks!&amp;nbsp; This definitely helps, but I am trying to add the date range of the data in the title of the dashboard.&amp;nbsp; Is that even possible?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 16:28:05 GMT</pubDate>
    <dc:creator>WalidAlmasri1</dc:creator>
    <dc:date>2023-04-10T16:28:05Z</dc:date>
    <item>
      <title>Create Dynamic Date Range Expression that shows Date Range of Displayed Data</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276270#M7604</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've created a dashboard where the data displayed is on a rolling 30-day time frame.&amp;nbsp; The data updates once a day, with the previous days data being the most current.&lt;/P&gt;&lt;P&gt;Is it possible to create an expression that displays the date range of my data every day it is refreshed?&amp;nbsp; Similar to the example below?&amp;nbsp; Area in yellow would change based on the date range of my data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WalidAlmasri1_0-1680805437287.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67422i477A53F1AE172ADF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WalidAlmasri1_0-1680805437287.png" alt="WalidAlmasri1_0-1680805437287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My time field looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WalidAlmasri1_1-1680805011401.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67419iD5D2057B37871B29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WalidAlmasri1_1-1680805011401.png" alt="WalidAlmasri1_1-1680805011401.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 18:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276270#M7604</guid>
      <dc:creator>WalidAlmasri1</dc:creator>
      <dc:date>2023-04-06T18:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dynamic Date Range Expression that shows Date Range of Displayed Data</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276312#M7605</link>
      <description>&lt;P&gt;Hi Walid,&lt;/P&gt;&lt;P&gt;Try this an Arcade expression to generate the desired date range.&amp;nbsp;&lt;/P&gt;&lt;P&gt;var currentDate = Date()&lt;BR /&gt;var endDate = DateAdd(currentDate, -1, 'days')&lt;BR /&gt;var startDate = DateAdd(endDate, -29, 'days')&lt;/P&gt;&lt;P&gt;var startDateFormat = Text(startDate, "MMMM d, yyyy")&lt;BR /&gt;var endDateFormat = Text(endDate, "MMMM d, yyyy")&lt;/P&gt;&lt;P&gt;return startDateFormat + " - " + endDateFormat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 19:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276312#M7605</guid>
      <dc:creator>Omar_A</dc:creator>
      <dc:date>2023-04-06T19:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dynamic Date Range Expression that shows Date Range of Displayed Data</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276976#M7617</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; This definitely helps, but I am trying to add the date range of the data in the title of the dashboard.&amp;nbsp; Is that even possible?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 16:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-dynamic-date-range-expression-that-shows/m-p/1276976#M7617</guid>
      <dc:creator>WalidAlmasri1</dc:creator>
      <dc:date>2023-04-10T16:28:05Z</dc:date>
    </item>
  </channel>
</rss>

