Hi,
This has stumped me for awhile. I have a feature class with points (inspections) on various properties with a unique property ID. I want to create a feature view of just the latest inspection point for each property. (Note there is no related table in use in this example). So basically create a feature view using a group by clause on the Property ID, and pull out record based on the latest inspection date.
I have just found the following which is fantastic and solves my problem finally.
https://community.esri.com/t5/arcgis-online-documents/display-latest-feature-in-a-feature-service/ta-p/904523
I was wondering however if there was any way to do this with arcade? (Arcade is probably more familiar and easier for others to use if they need to maintain/update this). There doesn't appear to be any arcade functionality in the filter option when creating a view layer. I tried the arcade expressions in the symbology of the map but I couldn't get the syntax working (and also probably not as preferable as a feature view layer).
Thanks,
Karyn