I use MMQgis plugin to create buffers around points. Some of them overlapping and, to my analysis, i have to "dissolve" lines that cross this buffers. I use Vector -> Geoprocess -> Dissolve, and it was similar to what I wanted, if it were not for the fact that all attribute values have become just one!
Attribute table before dissolve:

How should I to proceed?




The resulting buffer after the "multipart to single part" - a.k.a MS - was used to "Join attributes by location" with the original buffers (which contains all the information). Did not work. The resulting shape now has 6 polygons (result of dissolve), but all information is the same ... similar to MS.
– Abilio André Jan 18 '18 at 13:59