[GIS] Merging attribute and geometric features in QGIS

mergepolygonqgisshapefile

I have polygons shapefile in which some of the polygons have same attributes as seen below:-

enter image description here

In QGIS, how do I merge the polygons having the same attributes into one polygon?

In other words, am looking for a way to merger polygons/attribute of the same layer, that is similar way of merging vector layers found at: Vector >> Data Management Tools >> Merge Vector Layers

enter image description here

Best Answer

If I understand your question right you can use the 'Dissolve Tool' in 'Geoporcessing Tools' in QGIS.

enter image description here

"Bayelsa Wards" would be your 'Input vector layer' and "Ward code" the 'Dissolve field'.

Related Question