I am having issues with parsing out a categorical text into separate columns.
Example: I have
Hire
Terminate
Lateral Move
Promotion
Demotion
I want:
Hire Promotion Demotion Terminate Lateral Move
Hire Terminate
Hi @apepper
I would recommend sorting your field first. From there, you could use a couple Multi-Row Formula tools to just create different groups for the data so that you can then use the Cross Tab tool to transform your data to how you want it.
Here is the sample workflow for your case. Hope this is helpful.
If I had employee data attached to each variable, how do I not lose that information.
Example
1 Male Hire
2 Male Terminate
3 Female Lateral promotion
4 Female Hire
5 Female Terminate
etc