I am trying to copy values from Parsel_ID
to Parsel_NO
using an equation (look at pictures) in field calculator but it is not working.
What is the problem and how can I success this task?
Jochen Schwarze
15k8 gold badges56 silver badges124 bronze badges
asked Oct 27, 2015 at 18:45
2 Answers 2
replace
"Parcel_NO" = "Parcel_ID"
to
"Parcel_ID"
in expression window
answered Oct 27, 2015 at 19:01
-
@RamkumarNarendran Consider to accept this answer, otherwise we might think your issue is unsolved.Jochen Schwarze– Jochen Schwarze2017年03月17日 09:54:35 +00:00Commented Mar 17, 2017 at 9:54
-
also, make sure that you select all rows that you wish to change first. Otherwise it does not work. QGIS 3maycca– maycca2022年04月01日 08:04:05 +00:00Commented Apr 1, 2022 at 8:04
Try the following:
- Open attribute table
- Create new column
- Select the new column
- Write the column name which needs to be duplicated
- Click update
Vince
20.5k16 gold badges49 silver badges65 bronze badges