SOLVED
Adding a series identifier
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dunkindonut7777
8 - Asteroid
‎09-14-2023
07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I have a data here that I want to add a unique identifier to each codes. See sample in the table below \:
Code | Unit | UniqueIdentifier (ExpectedOutput) |
10000 | ACR | ACR_1 |
10000 | ACR | ACR_2 |
20000 | ACR | ACR_1 |
20000 | ACR | ACR_2 |
20000 | GER | GER_1 |
20000 | GER | GER_2 |
30000 | ACR | ACR_1 |
30000 | REG | REG_1 |
40000 | REG | REG_2 |
50000 | GII | GII_1 |
I want to create an identifier every product code. How can I perform this?
Solved! Go to Solution.
Labels:
- Labels:
- Adobe
3 REPLIES 3
17 - Castor
‎09-14-2023
07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @dunkindonut7777, here's how I'd do that - just creating a grouped RecordID with the Multi-Row Formula tool, grouping by code. Then use a Formula tool to create the UniqueIdentifier.
binuacs
21 - Polaris
‎09-14-2023
02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@dunkindonut7777 Another method with the tile tool
‎09-17-2023
11:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. It works
