I have three layers in QGIS, each with one feature, including some attributes.
- Layer 1 has attributes a, b, and c,
- Layer 2 has attributes d, e, and f and
- Layer 3 has attributes g, h, and i
I want to merge all three layers and keep all attribute values.
When I run "Dissolve", I get the values of attributes a, b, and c. The attributes from the other two layers are there, but with NULL values (the normal case after dissolve).
But what is the solution in QGIS to have one dissolved layer with one feature including all nine attributes with their respective values?