[GIS] How to convert negative field values to positive

arcgis-desktopfield-calculatorqgis

I have an xyz file that I want to convert negative field values in the z column to positive values. How do I do this with field calculator?

Best Answer

In QGIS you can use abs("fieldname") to turn them into always positive values.

Related Question