<?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 Display the latest Polygon Created on ExB app in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611907#M42175</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm working on an ExB app that allows users to create polygons. My aim is to always display the latest polygon created by users, regardless of who created it. I have been doing some research and found the following thread that suggests it is possible using View layers, but I can't get it to work as still shows all the polygons (instead of the latest):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-documents/display-latest-feature-in-a-feature-service/ta-p/904523" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-online-documents/display-latest-feature-in-a-feature-service/ta...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried filters already but the 'creation_date' expressions doesn't allow me to pick 'last' at all.&lt;/P&gt;&lt;P&gt;Has anyone been able to display always the latest polygon in a ExB app?&lt;/P&gt;&lt;P&gt;Any idea / help more than welcome&lt;/P&gt;&lt;P&gt;I'm on ArcGIS Enterprise&amp;nbsp;Version: 11.3.0 (build 51575)&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 11:04:07 GMT</pubDate>
    <dc:creator>galiGIS</dc:creator>
    <dc:date>2025-05-06T11:04:07Z</dc:date>
    <item>
      <title>Display the latest Polygon Created on ExB app</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611907#M42175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm working on an ExB app that allows users to create polygons. My aim is to always display the latest polygon created by users, regardless of who created it. I have been doing some research and found the following thread that suggests it is possible using View layers, but I can't get it to work as still shows all the polygons (instead of the latest):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-documents/display-latest-feature-in-a-feature-service/ta-p/904523" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-online-documents/display-latest-feature-in-a-feature-service/ta...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried filters already but the 'creation_date' expressions doesn't allow me to pick 'last' at all.&lt;/P&gt;&lt;P&gt;Has anyone been able to display always the latest polygon in a ExB app?&lt;/P&gt;&lt;P&gt;Any idea / help more than welcome&lt;/P&gt;&lt;P&gt;I'm on ArcGIS Enterprise&amp;nbsp;Version: 11.3.0 (build 51575)&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611907#M42175</guid>
      <dc:creator>galiGIS</dc:creator>
      <dc:date>2025-05-06T11:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display the latest Polygon Created on ExB app</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611928#M42177</link>
      <description>&lt;P&gt;Can you filter on another attribute?&amp;nbsp; Are the polygons assigned a sequential objectID?&amp;nbsp; Could you filter for the largest (e.g. newest) objectID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a similar example from my own work:&lt;/P&gt;&lt;P&gt;I have a Notebook that writes records to an AGOL hosted table.&amp;nbsp; I truncate the data to the 2000 most recent records.&amp;nbsp; This means the oldest record has objectID = 1 and the newest record has objectID = 2000.&amp;nbsp; I use these objectID values to filter data in an ArcGIS Dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 12:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611928#M42177</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2025-05-06T12:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display the latest Polygon Created on ExB app</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611932#M42178</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/250119"&gt;@berniejconnors&lt;/a&gt;&amp;nbsp;I could filter by another field yes...but I initially was thinking to filter it by date. And also yes,&amp;nbsp;&lt;SPAN&gt;polygons assigned a sequential objectID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will look into your approach see if I can replicate your dashboard idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 12:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/display-the-latest-polygon-created-on-exb-app/m-p/1611932#M42178</guid>
      <dc:creator>galiGIS</dc:creator>
      <dc:date>2025-05-06T12:56:08Z</dc:date>
    </item>
  </channel>
</rss>

