5

I'm using DDP to show a series of farmland areas. Some of these have the same farmland area name but different attributes (based on land cover), so are two different features (by necessity). Is there a way to group these so that I can group these features for the DDP without having to edit the featureclass to create a multi-part feature, and so lose the detail I need to display in the map??

I'm using ArcGIS 10.0.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked May 9, 2014 at 11:19

1 Answer 1

3

I don't think there is a way to do it without manipulating the data in some way.

You can dissolve your feature class on the field you want to group on, creating a second feature class.

Then use that feature class with DDP to generate the pages, but don't have it visible. Instead you can display your original features. As long as you don't add it to the legend and it's not visible, the maps themselves won't look any different.

answered May 9, 2014 at 11:59
1
  • This solution is fine except that you won't be able to use the dissolved atrributes as dynamic text in the page layout. If you need to do this, you should use arcpy instead of DDP. Commented May 9, 2014 at 12:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.