Hi,
I am very new to alteryx and am struggling with the below.
I have the following
col A col B col C
a x1 y1
b x2 y2
and want the following
col A col D
a x1
a x2
b y1
b y2.
i.e. I want to merge the two columns, but still have the data separated with the data in col c to be underneath the data in col b.
Please could I get some help.
Thanks