I am trying to understand the widgets available with the Web App Builder. I have Geo-enriched population data in a polygon feature layer. I like users to select polygons (Select Widget) and then have the selection summarize (Summary Widget) the totals of the selection. I tried using the summary widget but that calculates based on the map extent. Does anyone have any experience with this? Does anyone know if there is a more appropriate widget to use?
Thanks,
John T. Brockwell, GISP
Solved! Go to Solution.
John,
My custom eSearch widget allows you to add a summed field(s) and make a graphical selection on the map.
John,
My custom eSearch widget allows you to add a summed field(s) and make a graphical selection on the map.
Hi Robert,
Thank you for the recommendation. I went ahead and tested but I hit a snag. It doesn't recognize my service when I edit Enhanced Search widget. Search URL Field Required, Included Fields is Empty.
I entered the following URL:
https://ArcGISServerURL.DOMAIN/arcgis/rest/services/PopulationData/FeatureServer
I can't get around this one. Wondering if I am missing a step?
Thank you again,
John T. Brockwell, GISP
You are missing the layer id in your url (i.e. /0).
Thanks. That fixed it for me. Sometimes you need a number at the end sometimes you don't.
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.