Field calculators (which are available in QGIS, ArcGIS-related products, etc.) can recalculate the values of a single field, on all, or selected records within a table based on a symbolic expression.
2
votes
3answers
597 views
Field calculator script not working
I am trying to do the following in the field calculator in ArcGIS 10
if [IncdStDir] = " " then [IncdStNo] &" " & [IncdStName] &" " & [IncdStSfx]
else [IncdStNo] &" " & ...
2
votes
1answer
1k views
How to populate a field with the max M value of a feature using Python in Field Calculator?
I need to calculate the max M value for a line feature using Python in ArcGIS 10 Field Calculator but I cannot figure it out. In 9.3 I used the follow VBA expression…
**Pre-Logic VBA Script Code:**
...
6
votes
1answer
1k views
ArcMap Field Calculator syntax (again)
I'm trying to string together a field calculator script that will populate all the records of a field at once based upon values in a number of fields. I can't even get the first part of the command ...
5
votes
1answer
1k views
Python Field Calculator ArcGIS 10 expression for a RANGE
what is the python expression for defining a range of numbers? I have tried numerous combinations but cannot get a simple range of angles (100 -200) to compute correctly. Screen shot :
screen shot ...
4
votes
1answer
2k views
Find and Replace expression needed in Field Calculator ArcGIS 10
Looking for the Field Calculator code (Python preferred) to replace the last numeral values in a field using another field's values for entire attribute table. Please see screen shot here:
2
votes
1answer
1k views
How to set the value of a field in all selected rows of a table using ArcGIS 10
I have an attribute table in ArcGIS (it's large - around 300,000 elements). I've selected some rows of the table using 'Select by attributes' and I want to set the value of a field for all of those ...
6
votes
2answers
3k views
Basic Field Calculator Python Question
I'm trying to used the Python syntax in ArcGIS 10's field calculator and am thoroughly confused. So far the most basic calculations are failing me, and I don't understand why.
I'm trying to create a ...
5
votes
0answers
166 views
How to set order of operations for Field Calculation in Network Analyst Evaluator Dialogue?
I desire to have a ratio calculated each time I create a new route. To get this ratio, I created and populated a field that multiplied the length of each segment by a designated number from 1-5, where ...

