I am trying to have a new field with the same content of an existing field.
In ArcGIS I would normally use the Field Calculator to make this instantly.
In QGIS I have followed the same steps (create new field, open field calculator, make it equal to an existing field) but it doesn't work... meaning nothing changes, the new field remains empty...
Any suggestions?
2 Answers 2
First check that edit mode is turned on. Then instead of putting into the expression window PercentTF = Wards_wi_6 as you currently have it, just put "Wards_wi_6" (i.e. enclosed in double quotes") and press ok. You have already specified in the upper dialogue box where you want the result.
If a new layer can/may be created instead of changing the existing one, there is a possibility using the 'Refactor fields' tool.
Input layer: input
Refactor fields: rf_menu
Output layer: output
Explore related questions
See similar questions with these tags.
field 2
equal tofield 1
you use"field 1"
in the field calculator.