Hello,
I want to create a unique numeric ID in a new attribute field from a two-letters string attribute, this way:
feature - ID
AA - 1
AB - 2
AC - 3
BA - 1
BB - 2
CA - 1
CB - 2
CC - 3
CD - 4
etc...
I guess I need to count how many times a letter is listed and then create IDS for every count and repeat but I don't know how to do this.
Many thanks,
Max