Peers -
I have a table similar to the below -
| SM_UID | EMPLOYEE_UID | NEW_FIELD |
| RZ1289 | CA3773 | CA3773_1 |
| RZ1289 | BA7623 | BA7623_2 |
| RZ1289 | YZ8765 | YZ8765_3 |
| JR8788 | AA8765 | AA8765_1 |
I'm trying to create a new filed that will concatenate the employee UID with _1, _2, _3 (progressively adding 1 each time the SM_UID remains the same), IF it changes, I want the concatenation to go back to _1 and start over. I know how to do this in excel, but having a hard time making it work in Alteryx. Any advise would be appreciated.
Thanks - Ryan