Overview:
Hello, I am pretty desperate for help and have called IT twice about this issue so any help is much appreciated.
I am new to Experience Builder and I'm trying to make what I think is a relatively simple app but I'm running into some serious issues with widget connectivity and it is impacting user experience. I am trying to make a dashboard to help the city recover from a recent tornado. It needs to consist of a map widget, a multi-select filter widget, a feature info widget, and a map layer widget that interact together smoothly.
Data & Map Setup:
Functionality:
All I want is for the user to be able to filter for 1 or more neighborhoods using the filter widget (or some equivalent workaround) and toggle layer visibility with the map layer widget. As those two widgets are adjusted, I want the following to happen:
Additional things I've tried:
Should I just create a separate map for each attribute and a separate page for each map to get the functionality I want? That seems incredibly tedious.
Here is a mockup I created to use as a sandbox/show the issue at hand:
https://experience.arcgis.com/experience/691bb3f0cbfd477a956b7846c39cc60a
Solved! Go to Solution.
Hi @JamieVergano,
What if we replace the Feature Info with the Table widget? Then configure the "Show pop-up upon feature selection" in the Settings of the Map widget. When users select a record in the Table, they can view the feature's information.
Thanks,
Ke
Hi @JamieVergano,
What if we replace the Feature Info with the Table widget? Then configure the "Show pop-up upon feature selection" in the Settings of the Map widget. When users select a record in the Table, they can view the feature's information.
Thanks,
Ke
Hey! Thanks so much for the suggestion. Are users able to select more than one record from a table? If so, I'll give that a try.
Yes, there are checkboxes in the Table that allows for the selection of multiple records.
It looks like this may work, but I don't see the checkboxes you referred to @JeffreyThompson2.
Edit: I found it! Thanks so much @Ke_Xu and @JeffreyThompson2.
I've been thinking about your problem for a while now trying to fix it technically or with design, but I don't think that's your real problem. Take some time to think about why you are building this application. Who are your users and what are you trying to tell them? Total Population, Total Households and Population Under 5 are all highly correlated values. What is the purpose of creating a choropleth for each of them? Why can't the user just hit a filter and get a single output in a Feature Info Widget saying "W neighborhood has X population, Y households and Z children under 5."?
Hi Jeffrey, thanks for your response. These are just three of the 35+ variables that will be included. I wanted the user to be able to change the shading of the choropleth map and get specific numbers based on the layer selection so they wouldn't have to go searching for information they already selected to see. This design was based on specific requests from the client, but I am leaning toward proposing a neighborhood profile that includes all of the measures off to the side rather than what I was picturing initially which sounds more like what you're getting at. Thanks again.