Hi,
I have a live join layer (joined view layer) in ArcGIS Online which joins pond inventory data with the condition inspection records. It is a one to one join, descending on the Inspection_Date field, to ensure we only have the latested inspection record. It is a left join so the data includes any ponds that do not have an inspection record in the related table.
I'm looking to create a dashboard to track the condition inspection status. For example, I'm looking at creating a serial chart, grouping all those with the Inspection_Date field prior to 1st April 2024 to be "Inspection yet to be inspected" and any after 1st April 2024 to be "Inspection Completed".
Does anyone know if this is possible?