Hi,
Here is the case :
I have a dataset of people (70) and their respective ranks (1 through 9). For an event, I would like to assign all the population in 10 groups (in this case: each group would be composed of 7 people) for a first round of discussion. Each group will then discuss for a period of time. Ideally, all groups would be of the same number of people.
Here are the conditions that complicate the problem :
1) The groups have to be sensibly in line with the population rank repartition. For example, if rank 4 represents 14% (10 people) of the population, there should be 1 in each group.
2) I have to be able to create multiple rounds of discussion that won't give me the same assignations as the other rounds.
I don't how to semi-randomly assign with alteryx or even if its possible. Thanks in advance for your guidance,