<div dir="ltr">Hi Group,<div>I've a set of polygons in a sqlite file. Some of the adjacent polygons have the same name, others don't. I only want to display the name once.</div><div><br></div><div>I'm attempting to do this by copying the layer, then filtering on the label column.</div>
<div><br></div><div>"label" in (SELECT DISTINCT label FROM gippsland_oilgas_fields_mga55)<br></div><div><br></div><div>but, it's not filtering, I can either get all polygons or none. It's probably a simple thing in my sql I'm missing (it's been a while since I did this).</div>
<div><br></div><div>Thanks</div><div>Matt</div></div>