Hi All,
I need your help with please with this alteryx condition.
I need to divide equally the row count per processor which is based on a list of processor names. Sometimes the row count is uneven for example 96 or 97 items the divide it into 6 or 7 processors per row.
My desired output:
Items | Processor Name |
item 1 | Processor 1 |
item 2 | Processor 2 |
item 3 | Processor 3 |
item 4 | Processor 1 |
item 5 | Processor 2 |
item 6 | Processor 3 |
item 7 | Processor 1 |
Solved! Go to Solution.
@mhtomines See the attached sample workflow. You should be able to just plug your data into the inputs. Please mark this thread solved if this fits your usecase.