Data Driven Pages: Multiple Shapes in Groups

3534
2
06-03-2016 03:00 AM
DarrochKaye
Occasional Contributor

Hello all,

I've used DDP many times and they are great, however I want to use them in a different way for a current project and I'm stumped.

I have 28 individual polygon features, which I have grouped into 14 groups. I say "grouped"; I have a field called TA_GROUP which has group names.

I want the DDP to index on the groups, not the individual features. When I try to create DDP with the Groups as the index attribute, I get the full 28 maps, instead of the 14 groups.

The TA_GROUP field is in a text file which I've joined to the main dataset, but I don't see this being the issue. As such, I don't want to dissolve the dataset as it is used elsewhere, hence why I did the join instead of adding a field to the dataset. I also don't want to create a copy the dataset solely for this purpose as that increasesversion control and storage space issues.

Does anyone have any ideas how DDP can index multiple features based on a common attribute, without fundamentally altering the dataset?

Thanks.

0 Kudos
2 Replies
FC_Basson
MVP Regular Contributor

Dissolve the features on the attribute (with Create Multipart features option checked) and then run the DDP on the new layer without displaying it, using the group attribute as identifier.

DarrochKaye
Occasional Contributor

Yeah - I think this is what I'm going to have to do. I don't particularly want to create an additional dataset but I can't seem to avoid this when using the Dissolve tool.

0 Kudos