I have written a PyQGIS script that loops through an attribute table and finds duplicated values in a target attribute field.
My technique requires that the attribute table is first sorted by the target field.
Is that possible with PyQGIS? I've only been able to have the table sorted by the row number.
No comments:
Post a Comment