Hi all guys, hope it's a good starting day for everyone.
Quick one for you about Alteryx.
I would like to create two columns which have dummy_ID info coming from the previous one as I need to make unreadable some sensible data.
I managed to do that, but I can't add the growing progression.
(Find below what I meant).
Let's say I have 3 rows and 2 columns:
| Position | Job | Dummy_Position | Dummy_Job |
| Managerial | Manager | Position1 | Job1 |
| Support | Clerk | Position 2 | Job2 |
| Support | PA | Position 3 | Job 3 |
I would like to create the Dummy_Position and Job columns with growing progression per each position and job
(Position1, Position2, Position3 etc and same for Dummy_Job).
Can you please help me?
MANY THANKS!
P