Select to view content in your preferred language

I have a feature service with 11 features. I want to configure the popup to pull attributes from each feature

921
2
Jump to solution
04-21-2017 09:47 AM
TedPrescott
Occasional Contributor

Can I configure the pop-up window to show ONE pop-up but with attributes from multiple features within a feature service? I need to click on the map and pull Senate Number (feature 1), State House Number (feature 2), County Name (#3), etc. I would like this to show up in one display & not have to scroll through 11 popups.

Thanks

0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Ted,

This won't be possible by configuring the pop-up.  I would recommend running the Spatial Join tool on the layers in ArcGIS Desktop to get the output with all of the attributes you want, and then publish this as a service.

View solution in original post

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Ted,

This won't be possible by configuring the pop-up.  I would recommend running the Spatial Join tool on the layers in ArcGIS Desktop to get the output with all of the attributes you want, and then publish this as a service.

0 Kudos
TedPrescott
Occasional Contributor

Thanks.

I hadn’t thought of that.

0 Kudos