Hi
I am making a webmap in AGOL which will then be later used in in the Arc Dashboard. I have a table which has data collected by date and I want to create a filter which will show those polygons by a specific date.
The issue is that the visualization needs to have a one to many relationship with the data table.
1 province can have 12 months of reported data.
I need to visualize the number of persons per province per month. I can make the table join in AGOL using the one to many relationship but the visualization itself then will symbolize by the first record it finds.
As well the updates on this will be fed from a GoogleSheet.
The proposed architecture is
-GoogleSheets for data collection
- upload as CSV table to AGOL
- attribute join with one to many relationship from the table to the provincial feature layer
- make a dashboard with ArcGIS dashboard.
I have been reading that this might not be possible to symbolize with this approach. But I have seen dashboards visualizing by days using ArcGIS dashboard, so there must be ways to do this.
Is there a better tool to do this in as well? Perhaps the ArcGIS app builder or App studio?