Hello Friends,
I am providing below the data and the desired output which I want. I have used Summarize tool to get the Pivot. However I am not able to get the output in below format in Alteryx. I am a very new alteryx user. Please suggest me how to get data in the below output format.
Input Data (This is a sample data, the actual data set is much bigger)
| Country | Company Code | Company Name |
| Argentina | AR01 | ELANCO S.R.L. |
| Argentina | ARG1 | Country Template AR |
| Austria | AT01 | Elanco Austria GmbH |
| Australia | AU01 | Elanco Australasia PtyLtd |
| Australia | AU90 | Elanco Australia Holding |
Output Data after using pivot table in Excel (I want to apply configuration in alteryx which will give me the Pivot table in below format)
| Country | Company Code | Company Name |
| Argentina | AR01 | ELANCO S.R.L. |
| Australia | AU01 | Elanco Australasia PtyLtd |
| | AU90 | Elanco Australia Holding |
| Austria | AT01 | Elanco Austria GmbH |