Hello, I have a row of data with four fields such as below -
| Sum 1 | Sum 2 | Difference between Sum 1 and Sum 2 | Statement | 
| 34 | 43 | 9 | Difference between Sum 1 and Sum 2 is 9 | 
I want to convert this as shown below -
| Sum 1 | 34 | 
| Sum 2 | 43 | 
| Difference between Sum 1 and Sum 2 | 9 | 
| Statement | Difference between Sum 1 and Sum 2 is 9 | 
Is this possible in Alteryx?
Thanks so much in advance.
Solved! Go to Solution.
Hey @Gandalf_NotGrey, if you just connect a Transpose tool and leave the configuration at the default (i.e. all columns ticked as Data Columns), that should do the job.
Thank You @DataNath
