Data driven pages

1117
1
08-11-2016 12:48 AM
AnandRao
Occasional Contributor

Hi,

I want to create maps of individual bus stops along a route using data driven pages based on stop number. I would also like to show attribute information of only the respective stop that will be shown in the map on each page.

For example : suppose there are 30 stops in the Stop feature class, by enabling data driven pages based on stop number, the page 1 creates map of stop 1, page 2 is of stop 2..................page 30 is of stop 30.

On these maps I would like to show attribute information (say there are 7 columns) of only that particular stop on each page.So page 1 should have attribute information of only stop 1 and mask rest of the table...similarly for all the 30 stops.

Please let me know your thoughts and the best approach to achieve this

Regards

Anand

Tags (2)
0 Kudos
1 Reply
FC_Basson
MVP Regular Contributor

Once you have set up your DDP, you can use the Page Definition of the layer's Definition Queryto filter the features you want to display.

Using Page Definition Queries—Help | ArcGIS for Desktop

So make a copy of the Stops layer and apply the Page Definition Query to match the stop number, also activating the labels for the copied layer.

0 Kudos