I have a dataset with multiple features at one latitude/longitude. They are stream ratings that have been taken over many dates. Each stream rating is a feature with its own rating and date. Right now, it seems like the first popup that comes up is a random date.
I would like to show the change in stream ratings ($feature.MEAN_RATIN) over time ($feature.SampleDT)
I would like to either:
1. Show all the data from each feature at a latlong on one popup.
OR
2. Have the popup order go by date (for example: most recent date shows up first, then it goes in order through the first sample date).
Here is the link to my draft: https://icprb.maps.arcgis.com/apps/instant/exhibit/index.html?appid=aa1dc2c7adf54a0c9a44b6f19b6c1dd8 (zoom in to "Chessie BIBI 2023 Sampling Results")
I've got just enough knowledge of Arcade to create simple expressions, but happy to learn more.