The fields tag has no wiki summary.
0
votes
0answers
47 views
where clause with multiple fields : Arcgis api for javascript [migrated]
I am tring to perform a query with three fields .I have three combobox,each one is populated with a field values.I want to query with the value selected from combobox for each field.I want to know how ...
0
votes
0answers
27 views
Raster attribute field error [duplicate]
I am trying to add jpegs to a raster data type attribute field. I want to this field to be managed by the file geodatabase. When I load the photos and try to save my edits it get various errors but ...
0
votes
1answer
26 views
how to create a new raster from one field of a raster with several fields in a RAT
I have a raster with an attribute table containing many fields. I want to create a new raster from one field using arcGIS 10.1.
2
votes
1answer
67 views
How to create a date field in QGIS shapefile
When I create a new shapefile in QGIS, I'm presented with the "New Vector Layer" window, where I specify the Shapefile type (Point/Line/Polygon) and am then able to create attribute fields.
I'm only ...
0
votes
0answers
29 views
How to assigning multiple values (for single field) to a polygon layer [duplicate]
I am using arcmap 10 to generate a dataset that represents apartment building stock within particular suburbs. I have point data for the apartment buildings, with fields for the number of dwellings ...
1
vote
1answer
132 views
Why does Field Calculator return 0 values when decimals are expected?
I realize I posed this question, and got answers, several days ago (see (Field calculator error)) , but none seem to really be working, and so am posing again.
Below are two screenshots that show the ...
0
votes
1answer
43 views
qgis how to assign a field to map tips
I am a beginning user of QGIS 1.8. I cannot find the way to assign a field to 'map tips'. There seems to be no way in 'properties' of the layer to do so.
0
votes
1answer
42 views
What is the process to automatically change a field entry in a related table when entering it in a feature class?
So, I am working to try and develop a code or process that I can run that will allow me to automatically change an XY field in a related table when I change an associated XY field. Let me explain our ...
0
votes
0answers
61 views
Sort geometry + data table in ArcGIS with Permanently Sort Records (PSR) v1.0
When i run the algorithm gives an error:
Order_ ASCENDING # # # #
Start Time: Fri Mar 01 17:06:33 2013
000576 ERROR: Script Associated with this tool does not exist.
Failed to execute (sortrecords).
...
4
votes
2answers
93 views
ArcMap: Calculate Quarter using Date field
I am using ArcMap 10.0 and making a map where I symbolize on annual quarter (i.e. Q1 2013, Q2 2013, and so on by quarter through 2015).
If a date field contains this: 01/15/2013, and I wanted to ...
0
votes
2answers
152 views
Changing field type with arcpy
What I need to do is change data type of a field of a table or feature class. If there are some data, then I need to transfer it, if its possible, if not possible then just set null for that data. I ...
3
votes
4answers
477 views
Renaming a field using arcpy
What I need to do:
rename a field name of a table/feature class
copy all values to the new field
So far I have done following code as artwork21 suggests:
EDIT:
import sys
import traceback
import ...
0
votes
0answers
51 views
Is there a way to permanently rearrange attribute fields in arc10.1 advanced? [duplicate]
Possible Duplicate:
How to reorder fields (permanently) in a file geodatabase
I have a numbered field in a table that is out of sequence and I wish to reorder the fields is there a way to ...
1
vote
0answers
30 views
Feature class field count caching issue
In our application, we exposed a custom file format to ArcScene through a custom plugin data-source.
However, we experience some problems which we ascribe to caching issues.
We generate a dataset ...
2
votes
2answers
166 views
rename feature layer fields
Guys and gals could you please provide me with a sample code as to how to rename a field name in a Feature Layer or Table. I've been trying to use the FieldInfo object to do so over the last couple ...
1
vote
1answer
168 views
Show Fields in infowindow from my custom layer
I want to display 2 fields from the POIData layer. What i get now is ${ToegangsNr} ${Baanvak} in text. Does anyone know how to do this in an DynamicMapServiceLayer.
Thanks in advance
POIData = new ...
11
votes
2answers
183 views
How to sort by multiple fields at the same time?
Is it possible to sort multiple fields at the same time in QGIS? For example, I'd like to sort a table by state name, and then within each state, sort by county name. This would be the same as the ...
2
votes
1answer
69 views
How to hide all fields at once in QGIS 1.7
Is there a way to hide all the fields at once in QGIS 1.7?
I see where I can hide one field at a time but I would like a button which does it all at once.
