Hey guys,
I'm struggling with creating sequences based on value. Let me provide you an example:
From this table I would like to create two tables with different row sum, so first table would consist of records 1,2,4; second of rows 1,3,4. Based on the row sum I need to have unique values of row_sum but instead of excluding that duplicate value of dataset I need to create another table with that. Is there a way to do that in Alteryx? I need to do that for 15 values.