<?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: Display current date in a workbook page in ArcGIS Insights Questions</title>
    <link>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1345186#M1472</link>
    <description>&lt;P&gt;Brilliant overview/solution, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/74758"&gt;@AkshayHarshe&lt;/a&gt;!&lt;BR /&gt;I hope this helps,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609527"&gt;@SaraHedrick1&lt;/a&gt;. Thanks again for using Esri Community!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 18:46:54 GMT</pubDate>
    <dc:creator>Ian_Muehlenhaus</dc:creator>
    <dc:date>2023-11-02T18:46:54Z</dc:date>
    <item>
      <title>Display current date in a workbook page</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343309#M1464</link>
      <description>&lt;P&gt;I have a insights page that I embed into a Story Map. The insights page is set up to refresh weekly through a scheduled update. I would like to be able to show the last time that the data was updated in my workbook page. Since the Story Map does not need to be edited, if I have the date there it will only show the last time the story map was updated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a field called 'Current Date' that I could pull from, but a part from putting that into a reference table I can't figure out how to display that data. I don't believe I can add anything to a text box, and I can't figure out if there is a way to make a date show in a KPI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a method for doing this that I'm not considering?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 15:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343309#M1464</guid>
      <dc:creator>SaraHedrick1</dc:creator>
      <dc:date>2023-10-30T15:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display current date in a workbook page</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343330#M1466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609527"&gt;@SaraHedrick1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;At this point, I do not believe there is a way to show last-updated date besides via a sleekly styled reference table cell. I could be wrong about this, so the verdict isn't absolute. However, you're correct that our textboxes don't auto-update with data at this time.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apologies for the inconvenience and thanks for letting us know you are keen to see this feature in the future.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 15:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343330#M1466</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2023-10-30T15:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display current date in a workbook page</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343896#M1471</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609527"&gt;@SaraHedrick1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should find the last updated date on the back of each card. there is a button to flip the card around&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_0-1698764628476.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84569i937405262A9CC706/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_0-1698764628476.png" alt="AkshayHarshe_0-1698764628476.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that if you have cross filters enabled then the data on the shared report can be part Live and part static. e.g. A bar chart will be live but the card Calculate density might be static. This means every time you reload the browser you will see the updated date on the live dataset but the older date on static ones.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scheduled refresh will update the entire analysis so all the datasets will be updated at this time.&lt;/P&gt;&lt;P&gt;If you really want to display the last updated date you can use the hack below:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the data table on your dataset&lt;/LI&gt;&lt;LI&gt;Create a new field with the formula `TRIM(NOW())`: this should create a new date column as a string.&lt;/LI&gt;&lt;LI&gt;Name the column Last updated, Hide the header bar&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_1-1698765033410.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84573iCFF92C457BA7E17A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_1-1698765033410.png" alt="AkshayHarshe_1-1698765033410.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;This will show count expand the column width that the count is not visible&lt;/LI&gt;&lt;LI&gt;Optionally you can remove the card background to blend the card in with other cards&lt;/LI&gt;&lt;LI&gt;Go to the report designer make the card even smaller and hide the bottom section with another card as such:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_2-1698765236140.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84575iFFCA495DADE0BE06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_2-1698765236140.png" alt="AkshayHarshe_2-1698765236140.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now this date should only update when the scheduled refresh happens.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 15:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1343896#M1471</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2023-10-31T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display current date in a workbook page</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1345186#M1472</link>
      <description>&lt;P&gt;Brilliant overview/solution, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/74758"&gt;@AkshayHarshe&lt;/a&gt;!&lt;BR /&gt;I hope this helps,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/609527"&gt;@SaraHedrick1&lt;/a&gt;. Thanks again for using Esri Community!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 18:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/display-current-date-in-a-workbook-page/m-p/1345186#M1472</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2023-11-02T18:46:54Z</dc:date>
    </item>
  </channel>
</rss>

