Hi,
Does anyone know how to convert the following table:
into this:
Thank you in advance!
@dhakim1996 if you use a transpose tool and select Name as a Key Column that should do the trick. By default, Alteryx will name your transposed fields as ‘Name’ and ‘Value’ - as you already have a ‘Name’ column this second one will become ‘Name2’ and so you’ll need to use a Select tool or something afterwards to rename your columns as you wish.
Transpose like so:
Select after for rename:
@dhakim1996 as @DataNath mentioned you need to use the transpose tool to get the desired result