I have a very large data set that Alteyrx is pulling directly from a data source and I essentially want to do a a pivot on the data but in alteryx, then create a new file with the pivoted data.
I want to sum the data based on an attribute from column one, and then put the sums of each attribute into a row in a new column for the new file, so the new file is a summary of the data.
You can see in the picture, column one has identifiers such as 245, 203, 209, 220, etc. I want alteryx to sum up the amounts in column 2 based on the Column 1 identifier first, then put the sums and the corresponding identifier into two columns in a new file.