I am creating a list that shows a survey location, the number of surveys conducted at that location, the minimum and maximum scores at that location, and the total count for 8 separate species recorded through the surveys at that location. This list is pulling from a single dataset coming from a Survey123 form.
At the moment, I have been able to create the list, but the statistics that it provides covers all survey sites and does not split by the individual survey site identified on each of the features of the list. Is there a way of grouping all surveys from one site together so that the statistics are only looking at that single site?
I had originally wanted to input this information in the form of a table, so if this is possible in a table instead then I would prefer to do it like that.
Thanks
The list widget itself does not support grouping. However, you can add data via Arcade. I think the GroupBy function should meet your needs.
Regards,
Shengdi