Hello Everyone,
I am playing around with Alteryx to assess it for a project. Can anyone help me with this use case? I have the incoming data as
| Manager ID | 123 |
| Manager Name | ABC |
| City | Kolkata |
| State | WB |
I want the output as
| Manager ID | Manager Name | City | State |
| 123 | ABC | Kolkata | WB |
This is a very simple transpose in Alteryx. Just wandering how to achieve this in Alteryx.