Using QGIS 3.6
Currently trying to dissolve a polygon layer by FIELD values. QGIS 3.6 and the fields won't show up. In fact I am unable to dissolve by FIELD for any layer in my entire project.
- If I select the polygons manually and dissolve it works.(as expected)
- If I select dissolve with no polygons selected it dissolves the entire layer. (as expected).
But dissolve by fields despite the FIELDS having every type (String, Real, Integer) wont work.
Merging/Dissolving polygons by Common Attribute Field in QGIS? appears to be the only mention of this issue. Solutions are to create non-float FIELDS (I've done) and Fix Geometry(done as well).