<?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: Filter Most Recent Records by Time (mins) in Dynamic Data in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370691#M18647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check queryTopFeaature API on the feature service layer and it is available on online feature service. It is the same as query API but it will return you the most recent or oldest record/feature(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key to this API is to pass the topFilter param which can specify the orderBy and groupBy fields.&lt;/P&gt;&lt;P&gt;topFilter:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "groupByFields" : "your-groupby_field(s)",&lt;BR /&gt; "orderByFields" : "sometime_field ASC",&lt;BR /&gt; "topCount" : 1 // You can return the most recent 1 or more record&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled Hassen&lt;/P&gt;&lt;P&gt;Online Feature Service Dev. Lead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2019 14:57:49 GMT</pubDate>
    <dc:creator>KhaledHassen</dc:creator>
    <dc:date>2019-02-26T14:57:49Z</dc:date>
    <item>
      <title>Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370690#M18646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone needed to get the most current record by filtering on day/time of a dynamic data set (it is currently a hosted feature service in AGO)?&amp;nbsp; The data is refreshed about every 10 mins. I am trying to use filtering or Arcade expressions.&amp;nbsp; Thank you.&amp;nbsp; &lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 23:07:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370690#M18646</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-25T23:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370691#M18647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check queryTopFeaature API on the feature service layer and it is available on online feature service. It is the same as query API but it will return you the most recent or oldest record/feature(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key to this API is to pass the topFilter param which can specify the orderBy and groupBy fields.&lt;/P&gt;&lt;P&gt;topFilter:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "groupByFields" : "your-groupby_field(s)",&lt;BR /&gt; "orderByFields" : "sometime_field ASC",&lt;BR /&gt; "topCount" : 1 // You can return the most recent 1 or more record&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled Hassen&lt;/P&gt;&lt;P&gt;Online Feature Service Dev. Lead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 14:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370691#M18647</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T14:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370692#M18648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled,  Thanks so much for the response and I was able to get it to return the correct records.  How do I use this as a layer in my web map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tonya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 18:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370692#M18648</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-26T18:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370693#M18649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to do this is by creating a view layer from this service.&lt;/P&gt;&lt;P&gt;You can then set the topFilter in the view. Once this is done, then you should be able to view the results like any other filter in the layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set the topFilter in the view, you will need to use the layer admin API and pass the followings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://servicesdev1.arcgis.com/lidGgNLxw9LL0SbI/ArcGIS/rest/admin/services/topFeaturesData_view/FeatureServer/1/updateDefinition" title="https://servicesdev1.arcgis.com/lidGgNLxw9LL0SbI/ArcGIS/rest/admin/services/topFeaturesData_view/FeatureServer/1/updateDefinition"&gt;https://servicesurl/ArcGIS/rest/admin/services/view-name/FeatureServer/1/update&lt;/A&gt;Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "viewLayerDefinition" : {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "topFilter" : {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "orderByFields" : "&amp;lt;yourfileldName&amp;gt; ASC", &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"groupByFields" : "your _groupBy_fields", &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"topCount" : 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #EEEEEE; margin: 0in 0in .05in 18.75pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #4d4d4d;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 18:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370693#M18649</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370694#M18650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/migrated-users/45063"&gt;Tonya Kauhi&lt;/A&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/35315"&gt;Khaled Hassen&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling to form my&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;queryTopFeatures correctly.&amp;nbsp;I am attempting to query the most&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;&amp;nbsp;recent record for each FacilityID in a table using the below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;https://xxxxx.com/arcgis/rest/services/xxx/xxx/FeatureServer/101/queryTopFeatures?where=&amp;amp;objectIds=&amp;amp;time=&amp;amp;topFilter={"groupByFields": 'FacilityID', "topCount": 1, "orderByFields": 'workdate'}&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;distance=&amp;amp;units=esriSRUnit_Foot&amp;amp;outFields=*&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;geometryPrecision=&amp;amp;outSR=&amp;amp;returnIdsOnly=false&amp;amp;returnCountOnly=false&amp;amp;returnExtentOnly=false&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;resultType=&amp;amp;f=pjson&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm unsure if it matters but know that '&lt;SPAN&gt;workdate' is a date field. Please can I ask for help on how to form this query correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 23:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370694#M18650</guid>
      <dc:creator>AndrewHargreaves1</dc:creator>
      <dc:date>2019-11-20T23:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370695#M18651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you are passing the filter above in the url without any url encoding. This will not work.&lt;/P&gt;&lt;P&gt;The topFilter in the url will look like:&lt;/P&gt;&lt;P&gt;&amp;amp;topFilter=%7B"groupByFields"%3A+"Editor"%2C+"topCount"%3A+1%2C+"orderByFields"%3A+"EditDate"%7D+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. note I used double quote for the group by and order by fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 02:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370695#M18651</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-11-21T02:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370696#M18652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I encode the whole URL or only&amp;nbsp;the query portion of&amp;nbsp;REST URL, as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #595959; background: #F8F8F8;"&gt;https://xxxxxxx/arcgis/rest/services/xxx/xxxxx/FeatureServer/101/&lt;/SPAN&gt;%3Fwhere%3D%26objectIds%3D%26time%3D%26topFilter%3D%7B%22groupByFields%22%3A+%E2%80%9Cassetkey%E2%80%9D%2C+%22topCount%22%3A+1%2C+%22orderByFields%22%3A+%E2%80%9Cworkdate%E2%80%9D%7D%26geometry%3D%26geometryType%3DesriGeometryEnvelope%26inSR%3D%26spatialRel%3DesriSpatialRelIntersects%26distance%3D%26units%3DesriSRUnit_Foot%26outFields%3D%2A%26returnGeometry%3Dtrue%26maxAllowableOffset%3D%26geometryPrecision%3D%26outSR%3D%26returnIdsOnly%3Dfalse%26returnCountOnly%3Dfalse%26returnExtentOnly%3Dfalse%26returnZ%3Dfalse%26returnM%3Dfalse%26resultType%3D%26f%3Dpjson%0D%0A%0D%0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, i'm not getting any results back when i drop this into my browser. What am I doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 16:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370696#M18652</guid>
      <dc:creator>AndrewHargreaves1</dc:creator>
      <dc:date>2019-11-21T16:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370697#M18653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Khaled, Can you take a look at this related question?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/920629-update-hosted-layer-view-definition-w-topfilter-to-show-only-most-recent-record"&gt;https://community.esri.com/message/920629-update-hosted-layer-view-definition-w-topfilter-to-show-only-most-recent-record&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 16:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370697#M18653</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2020-04-10T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370698#M18654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use topFilter to group by on geometry? My issue is that have a point feature class which is constantly being updated, and I want to be able display the most recently created features. At the moment, AGOL draws randomly, so it isn't possible to display the most recent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 16:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370698#M18654</guid>
      <dc:creator>RonParis</dc:creator>
      <dc:date>2020-08-10T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370699#M18655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No we do not support group by on geometry. Not sure I understand the issue with the display you have. You should be able to get ht most recent based on your groupby and order by you are using with the topfilter. If this is not happening, we might have an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 16:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370699#M18655</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2020-08-10T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370700#M18656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I essentially have a point dataset of assets (fire hydrants) and a separate point dataset (inspections). The inspections sit on top&amp;nbsp;of the asset dataset. Each asset has &amp;gt;1 inspection sat on top of it. The inspections are symbolised on an attribute called "Defect". I have an inspection with a CreationDate August 1st that says the asset is defective (coloured red), and then I have an inspection with a CreationDate of August 2nd that says the defect has been rectified (coloured green). Unfortunately in AGOL, it is drawing the August 1st feature first, as opposed to the August 2nd feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I want these inspection layers to draw the most recent inspection first (on the screen, the first inspection you see the one most recently created). I do not have any common attributes in either point dataset (e.g an asset ID). The only relating factor is the spatial element I hope this makes sense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 17:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370700#M18656</guid>
      <dc:creator>RonParis</dc:creator>
      <dc:date>2020-08-10T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370701#M18657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand this correctly, it looks like you need an order by in the view definition in addition to the top filter. We are working on this enhancement for Sept. release. Once you have the order by in the view definition, you can order by the creation date DESC which should display the features ordered by the creation date (ASC or DESC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what are you looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 17:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370701#M18657</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2020-08-10T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Most Recent Records by Time (mins) in Dynamic Data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370702#M18658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds like what I'm after. Thanks Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 17:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-most-recent-records-by-time-mins-in-dynamic/m-p/370702#M18658</guid>
      <dc:creator>RonParis</dc:creator>
      <dc:date>2020-08-10T17:45:34Z</dc:date>
    </item>
  </channel>
</rss>

