2
votes
1answer
75 views

ArcMap - Opening the attribute table gives 'Could not load data from the data source' error

ArcMap wont display the attribute table of a dataset. I get an error 'Could not load data from the data source' and it says 'An invalid SQL statement was used'. It then opens a table with the correct ...
8
votes
1answer
219 views

Fastest methods for modifying attribute tables with Python?

A while ago, I wrote a quick Python function for converting an attribute table to a python dictionary, where the key is taken from a user-specified unique ID field (typically the OID field). ...
0
votes
0answers
62 views

repeating records in attribute table

I have a point shapefile containing records of bird sightings with location, species and land cover type that has about 30,000 records. I noticed today that one record is repeated about 60 times, with ...
2
votes
1answer
140 views

ArcGIS 10.1: Subtype/Domain Functionality

Is there any way to create more complex conditional domains in a table than a single subtype and associated domains? I would like to get the same functionality that more than one subtype in a single ...
4
votes
1answer
278 views

ArcMap tables - copying multiple horizontal cells between rows

I would like to be able to select a contiguous set of horizontal cells in a row, take a copy, then paste the values into another row at the same position in the same table. I do not want to copy all ...
2
votes
1answer
95 views

STATISTICS not allowed in the Attribute Table

I created a shapefile, calculated geometry then went to grab the stats, the statistics was ghosted, not allowing me to grab those numbers. I am using 10.1 ArcView. I deleted the field and created a ...
5
votes
2answers
616 views

Where is my attribute table in ArcGIS 10.1? It is not visible

I've just updated to ArcGIS 10.1 and when I go to open an attribute table, I can not see it anywhere. Where did it go and how can I retrieve it? I'm wondering if it is off my screen somewhere or if ...
4
votes
1answer
92 views

Join a table to a parcel layer and get duplicate parcels, reflecting individual leases

I have a table of 3,000+ lease files that I'm trying to join to our parcel layer. Each parcel has 4+ leases associated with it, and I need each to be represented by an actual polygon. When I do a ...
1
vote
1answer
478 views

How to add simple table of text (Excel) into layout and preserve formatting and clarity?

I am trying to put a simple table of text (excel) into my layout and preserve cell formatting including alignment, borders and text sharpness. I've tried many approaches but nothing so far is ...
0
votes
1answer
509 views

How to divide polygon layer into multiple layers by values in attribute table column in ArcGIS 10.1

I have polygon layer with multiple types of area (forest, grass, and many more), and I´d like to divide this layer into many layers by the area type. I´ve tried Split function but I receive an error ...