I have several layers (shapefiles) that have data in groups. Each group has a distinct group name. I am trying to number each item in the layer based on its distinct group name.
So, for each group I want to add a serial number for each object. For example group "broadst" = 1....7, group "crew" = 1......6 and so on.
Manually this can be done by sorting and selecting each group and adding a sequential number using rownumber. But I have a large dataset and it will take a long time. Is there a plugin or would it be possible to use the field calculator using some form distinct filter based on group name?
