After creating a feature class, it would be convenient to go back after data input, and make changes to the field ordering (position).
Changes to field name, field type and field position is also very much wanted for Shapefiles.Using a Czech software for such a common task is just a work around.
Like the old ArcInfo7 -> ALTER command.
1) disable archiving on dataset2) remove versioning on feature classes referenced by topology3) delete topology4) run a python script to create a new version of the feature class, retaining the data and recreating relationship classes lost when the olve version was dropped5) create topology6) apply versioning to feature classes referenced by topology7) run Register as versioned ... at the dataset level😎 enable archiving on dataset
ESRI should allow the change where it is possible - come on! it is the end of 2016 and a solution is still not here!
If you are using an enterprise geodatabase you can create a database view. You use SQL in the definition to define what fields show up in the view and the order can be defined as well.
For example, if my cities feature class has fields: OBJECTID, NAME, STATE, SHAPE, and all I want to show is STATE then NAME, then I would create a new view with the SQL "select STATE, NAME from cities", and my output view will only have those two fields in that order.
Unfortunately, this is not an option for .mdb (personal) or .gdb (file) geodatabases.
Thanks for the tip Gina. Unfortunately I use file GDB.
Nice to know there are so many helpful people out there though ☺
Cheers, Angela
Angela Pollett
Senior GIS Analyst (Part-time Monday to Thursday)
Spatial Information
Department of Natural Resources & Mines
P: 07 5451 2402 F: 07 5451 2260
E: angela.pollett@dnrm.qld.gov.au<mailto:angela.pollett@dnrm.qld.gov.au>
W: www.dnrm.qld.gov.au<http://www.dnrm.qld.gov.au/>
I think what most people need is a simple geoprocessing tool that will calculate an "order" field, not necessarily change the underlying RDBMS.
I think a different function directly into table view is needed. Drag and drop field will be perfect to reorder fileds permanently.
Emiliano
Il giorno 3 ott 2018, alle ore 23:34, Rich Emerson <geonet@esri.com> ha scritto:GeoNetArcGIS should allow the ability to permanently reorder fields in a tablenew comment by Rich Emerson View all comments on this ideaI think what most people need is a simple geoprocessing tool that will calculate an "order" field, not necessarily change the underlying RDBMS.Reply to this email to respond to Rich Emerson's comment.Following ArcGIS should allow the ability to permanently reorder fields in a table in these streams: InboxThis email was sent by GeoNet because you are a registered user.You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences
Il giorno 3 ott 2018, alle ore 23:34, Rich Emerson <geonet@esri.com> ha scritto:
GeoNet
ArcGIS should allow the ability to permanently reorder fields in a table
new comment by Rich Emerson View all comments on this idea
Reply to this email to respond to Rich Emerson's comment.
Following ArcGIS should allow the ability to permanently reorder fields in a table in these streams: Inbox
This email was sent by GeoNet because you are a registered user.
You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences
Indeed: Does anyone remember PULLITEMS? Surely ESRI could program something that would accomplish the same.
Yes - see:
and probably many more places 😞
Faça login para publicar, seguir conteúdo e mais. Novo aqui? Registre-se gratuitamente.