Dear community,
I have 401 rows of data and I need to run a macro on every combination of 5 on the data (82 billion loops).
So, I'm wondering if there's a way to select 5 rows out of 401 these 82 billion times to do that.
I thought I would prepare a csv file with 401 x 82 billion matrix of 0-1 where sum of ones in a column = 5. Then select first column from the matrix, inner join with the data, filter where values in column = 1, run macro, select second column from the matrix etc...
If I follow my way, is there a way to dynamically select column 1 by 1 in Alteryx?
Best,
Wiktor