I would like to duplicate features based on attribute. See following example.
The result I would like to acchive would be a set of new features containing only A, only B and only C. E.g. this would require the geometry1 to be duplicated into one A and one B. To make things more complicated the attributes are dynamic, so matching sets need to be found before duplicating.
Â
Any ideas on how to achieve this?
Â