I am trying to create an unique ID for a dataset based on the count of three variables. The three variables are county (55 total), district (10 total), and type (9 total). The unique ID would preferred to be structured as so:
county number + district number + "-" + count of asset with a unique county/district/type + type abbreviation
For example, two different types of assets in the same county and district would have the same beginning of their unique ID, but the count of both of them would be different since they are different types of assets. I have attempted the Generating Sequential Number tool without luck. Could it be possible to work this into Attribute Rules to calculate this automatically.
Any help would be appreciated!