Dear AGOL community
I have three datasets
- A polygon layer of Australian States
- A polygon layer of species distributions
- A table containing a list of species names that is related to 2.
I want to create an ArcGIS Experience Builder app containing a map of Australian States and a list of species names. When a user clicks on a State, I want to filter my list to display only those species names that occur in that state. Something similar to this:
https://public.tableau.com/views/AustralasiaBatSpeciesV2/AusBats?:language=en-GB&:embed=y&:sid=&:redirect=auth&:embed_code_version=3&:loadOrderID=0&:display_count=y&publish=yes&:origin=viz_share_link
My first problem is I can’t figure out how to spatially filter the species distribution polygons when I click a state.
Once I solve that problem, I guess I use a List Widget to display my species list and use an Action trigger to filter?
Any suggestions greatly appreciated.
Regards, Damian