I would like to simply group values in a field which contains duplicate values. These duplicate values should be grouped individually i.e.
Field 1 1 2 3 3 3 4 4 Ideally I could then proceed to use if, elif and else to examine the group containing the value 1 for Field and once finished move on to the group contain the value 3, etc
أكثر...
Field 1 1 2 3 3 3 4 4 Ideally I could then proceed to use if, elif and else to examine the group containing the value 1 for Field and once finished move on to the group contain the value 3, etc
أكثر...