Dear all,
I have a polygon layer that is a merged layer made from two different layers. Using merge tool I have an attribute table of a new layer that has two different fields (columns) for the same attribute. I would like to combine those two fields into one using the field calculator. The advantage is that for each polygon where there is a blank space in one field there is text describing the name of the polygon in the other.
Field1 - Field 2
....-abcd
....-efgh
ijkl-....
I was trying to use the equations: [new value] = [field1] + [field 2] and [new value] = [field1] & [field 2] but there is a space in the front of the value of field 2 in the output field (column).
Do you know how to solve it, how to deal with the blank space in the front?
I'd be grateful for any infomation.
Kind regards