I have a survey123 survey that different teams have to fill out and submit on a daily basis. I am creating a dashboard to show information on survey submissions within the last 24 hours.
I can filter the data using the date/time of for submission, to be within the last 24 hours, either within the dashboard config itself, or by creating a view layer of the main survery123 feature layer.
One of the elements in my dashboard is a table, and as per the previous paragraph, this currently only has a row/record for teams that have submitted a survey within the last 24 hours. What I would like to display, is a table that has a row/record for every team that exists (whether they have submitted a survey within the last 24 hours or not), and then have some way of visualising the recency of their last submission.
One idea I had was to somehow filter the data on the most recent feature for each team’s name/ID value, so that there would only be 1 record per team, and then style the colour of the row based on whether it was in/out of the last 24 hours. However, I am struggling to identify a way to filter the data based on the most recent record per team.
I also wondered if there would be some way to do this by creating a data expression, but again I am not sure how this would work.
Does anyone have an idea on how I could go about this?
Thanks in advance 🙂