Select to view content in your preferred language

Changing symbology dynamically based on selector filters in ArcGIS Dashboards

51
1
yesterday
Labels (1)
GOffenberg
Emerging Contributor

Hi all,

I'm creating a dashboard that shows map data for different indicators and themes.
This is currently based on one feature layer with a single symbology defined in Map Viewer.

I was wondering if it’s possible to change the symbology dynamically based on the filters applied through the different selectors (Scale, Theme, and Indicator).
For example, one indicator might have much lower values than another, so the current symbology range doesn’t fit all cases.

Could this be achieved with Arcade or data expressions, or is there another recommended approach?

Kind regards,

Geert Offenberg

0 Kudos
1 Reply
clt_cabq
Frequent Contributor

I've done something like this by having the same layer with different symbols applied and having them render only when being selected. For instance i have a set of points that normally just show location and can be selected by an administrative boundary, that same layer can also be selected using two different number selectors  based on different metrics of interest. If this could be done against a single layer that would be interesting, but I suspect not possible even using Arcade.