Hello, I have a dashboard with multiple maps displaying different analysis types that are stacked on one another and can be switched via the bottom tab. I also have an associated chart that breaks down that analysis data per map view.
I was wondering if there is a way to configure the selector to automatically change the map and the chart to bring the two into view simultaneously?
Unfortunately, this isn't possible with off-the-shelf tools. A selector can only act against a data layer your widgets are connected to, but they don't interact with the dashboard's layout in any way. It would be pretty nice if they did, but I think that's the realm of custom JS scripting.
Follow up question, can i use a selector to turn on or off layers in the map?
Nope! If it was configured right, you could maybe filter layers in the map, but that wouldn't turn it on and off.