I am new to Alteryx so this is very difficult for me. But is there a way where a column can be numbered at every change it sees in another column? But with the numbering being twice.
So for example going down on Field3, it will need to be 1,1,2,2 and every time it sees a change in Field2 it will restart. The column CorrectWay is how the output should look like.
Solved! Go to Solution.
Thank you for that! But how do I make this functional if let's say my first column changes naming. So there could be instances where I do not have the word Level or Amount.
Assuming there will always be two rows to get grouped together, this should work:
Wow that is genius! I would have never thought to divide! Thank you so much.