I am thinking to use ArcPy to select by attribute, after that I want to display the selected features attribute in a table on the map, how can I make it?
Asked
Active
Viewed 182 times
1 Answers
2
Make your table look like you want it to in your layout; change field aliases, hide fields you don't want etc. When you're done, use the "Add table to layout" button:

Martin
- 4,928
- 10
- 40
- 57
-
Thanks Martin, But the fact is I create a new tool (in arctoolbox), this tool allow user to search from the map, the tool need to call the python script to realize the searching purpose. Thus what I need to do is to display the selected feature in a table on map(through the python script). – littleleaf Apr 23 '14 at 07:06