I have a dataset where I’d like a layer to display a color ramp counting the number of species per county, by default showing values summed across all taxonomic groups. This map would be displayed in a dashboard where other elements (e.g. charts/lists) filter by both county and taxonomic group. Whereas I’m able to filter the spatial layer by the county variable, I’m having a hard time finding a way for the layer colors to adjust based on the taxonomic group when that is changed in the selectors. For example, if the aggregated number of species has a minimum of 0 and maximum of 75, then by default when entering the dashboard, the map would display the layer where the color symbology ranges from 0-75. If the minimum and maximum number of birds across the counties is 5 and 60, respectively, then when changing the selector to be birds, the color ramp would adjust to show a range of 5-60.
Is there a way to do this, or is there a creative workaround that could be applied? I’ve explored the category selector “Actions” section and the Map element “Map actions” and “Layer actions” sections but don’t currently see a way to do this.