Hi,
I am new to Alteryx and I am trying to use transpose / Crosstab.
Below is my original data set:
| Subject ID | Title Code | Title |
| 56165 | 56165100 | Physics |
| 56165 | 56165200 | Physics Advance |
| 65746 | 65746100 | Mathematics |
| 46468 | 46468100 | Biology |
| 46468 | 46468200 | Biology Foundation |
| 46468 | 46468300 | Biology Advance |
| 76884 | 76884100 | Chemistry |
I will like my data to look like this after:
| Subject ID | Title Code | Title | Title Code | Title | Title Code | Title |
| 56165 | 56165100 | Physics | 56165200 | Physics Advance | | |
| 65746 | 65746100 | Mathematics | | | | |
| 46468 | 46468100 | Biology | 46468200 | Biology Foundation | 46468300 | Biology Advance |
| 76884 | 76884100 | Chemistry | | | | |
Can you please help me with the workflow
Thanks in Advance,
nadia