I am using ArcGIS 10.3.1 for Desktop.
I am working on a polygon layer in GDB file and i want that every feature that have been created in the map will be the date of creation (date and datetime). I created a field named "date" and choose "Date" in the Data Type
but the problem is that when i digitized a polygon in the map, the date hasn't added to the attribute table:
-
5Have you tried editor tracking?GISGe– GISGe2016年07月28日 11:50:41 +00:00Commented Jul 28, 2016 at 11:50
-
i work with 10.3.1newGIS– newGIS2016年07月28日 12:30:11 +00:00Commented Jul 28, 2016 at 12:30
-
2Editor tracking was available at least as far back as 10.1. It is available in your versionOliver Burdekin– Oliver Burdekin2016年07月28日 12:49:04 +00:00Commented Jul 28, 2016 at 12:49
-
this option is blocked.newGIS– newGIS2016年07月28日 13:10:03 +00:00Commented Jul 28, 2016 at 13:10
1 Answer 1
You appear to be confusing "attributes" and "values". By selecting the [Data Type] as "date" you are informing ArcGIS that this field or column will contain dates. You have not told ArcGIS what those dates are. If you were to add another field or column and set the [Data Type] as "text" would you expect Arc to populate it with the word "text"?
The [Data Type] is important because in GDBs (and many other database types) you cannot mix data types within the same field or column. With your "Date" data type you can enter dates. You could not enter the text "Date not recorded".
As suggested in the comment, Editor Tracking might suit your needs. In order to enable it, open Arc Catalog and navigate to your feature class.
Right click> manage> enable editor tracking
-
the "Enable Editor Tracking" option is blocked. why is it?newGIS– newGIS2016年07月28日 13:06:18 +00:00Commented Jul 28, 2016 at 13:06
-
1@newGIS - Is your dataset open in another instance of ArcGIS (e.g. ArcMap)?GISGe– GISGe2016年07月28日 13:22:33 +00:00Commented Jul 28, 2016 at 13:22
-
no it isn't open in another placenewGIS– newGIS2016年07月28日 13:42:15 +00:00Commented Jul 28, 2016 at 13:42
-
1Are you currently in a editing session? Please add a screen shot (similar to the one in my answer) to your original post.Oliver Burdekin– Oliver Burdekin2016年07月28日 16:19:28 +00:00Commented Jul 28, 2016 at 16:19
-
1It worked out now, after i restart the computernewGIS– newGIS2016年07月31日 05:18:52 +00:00Commented Jul 31, 2016 at 5:18
Explore related questions
See similar questions with these tags.