I have a field of number ranging from -50 to 50. Is there a way using the ArcMap field calculator to populate a field with all of these standardised (positive numbers) so I have a range of 0 to 50 (where something that was previously -1 is now 1).
1 Answer 1
When opening Field Calculator, if using the VB Script parser (the default) you can use the Abs() function around your field name. Similarly, if using Python, use abs() around your field name.
-
Glad to help. I edited my response to include both VB Script and Python.Chad Hawkins– Chad Hawkins2014年02月14日 12:59:29 +00:00Commented Feb 14, 2014 at 12:59
Explore related questions
See similar questions with these tags.