I went through the example of transpose and cross tab tool, but cannot find a way to transpose data.
I do this transpose of data in Excel with an copy and paste option. But, I need a way to do this in Alteryx.
| Field1 | Field2 | Field3 | Field4 | Field5 | 
| a | b | c | d | e | 
| f | g | h | i | j | 
| k | l | m | n | o | 
| 1 | 2 | 3 | |
| Field1 | a | f | k | 
| Field2 | b | g | l | 
| Field3 | c | h | m | 
| Field4 | d | i | n | 
| Field5 | e | j | o | 
Solved! Go to Solution.
Thanks, I solved my issue. This was helpful.
