11

I was trying to figure out how to use dynamic text from an attribute table in a collection of Data Driven Pages in ArcGIS 10.

I've looked in the help files, but can't find anything on dynamic text from attribute tables.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Jul 25, 2011 at 15:30

2 Answers 2

12

The only attribute table accessible through Dynamic Text is the attribute table of your Data Driven Pages index layer. I'm assuming your Data Driven Pages map book is based off of your grid layer, and if so then you're in luck.

Using a dyn tag of type 'page', you can access any property of the index layer

<dyn type="page" property="YOUR_ATTRIBUTE_HERE"/>

For example, to grab the 'GridName' of the current page, use:

<dyn type="page" property="GridName"/>

You have probably looked at Using Dynamic Text with Data Driven Pages in the ArcGIS help files, but you may have missed the 'Tip:' section near the end of the page that explains this.

answered Jul 25, 2011 at 19:00
0

Labels from attribute tables are dynamic.
If you are looking for placing attibutes you want annotation.
Otherwise you just have the option to label objects with their attributes.

Map books arcgis 10

Starting the mapbook 10

answered Jul 25, 2011 at 16:46
0

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.