Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Auto Allocation of Products to Workers, which set of tools to use, machine learning ?

Deevi
8 - Asteroid

Hi, 

 

I need help creating a workflow to automatically assign Products to workers for quality check according to worker's knowledge base and the products complexity.

Sample data attached. To give more details - 

1. Every Product has a Unique Product Code. The Product e.g. Shirt needs to go through 2 Quality Checks.

2. Every Day, we have a list of Products to be evenly distributed amongst all workers ("Checker 1" and "Checker 2"), whether it is the first quality check or second, is given in data. (Table 1)

3. The worker who did the fist Quality check should not be the person to do the second quality check.

4. Assume every worker works only 8 hrs per day so time has to be managed according to Table 2 given below.

5. Similarly, the complexity of the quality check should be evenly distributed amongst all available workers. (Table 2)

 

Table 2 is a static table to maintain as and when a new worker is employed, etc. Table 1 is new data received every day.

 

Table 1:

More data available in Excel attached.

Unique Product CodeProduct CategoryCheck TypeChecker 1Checker 2
120Shirt1 NA
121Trousers1 NA
122Pen2Brune 
123Mouse2Dave 
124Shoes1 NA
125Lipstick1 NA

 

Table 2:

Product CategoryWorkers with knowledge to check Product Quality -123Time Taken to review quality in hoursComplexity of task (1 (most difficult) to 4 (easy))
ShirtAdamBrune 12
TrousersAdamBruneMichael12
PenBruneFlora 0.253
MouseDaveAdam 1.251
ShoesFloraDave 21
LipstickMichaelFloraBrune0.54
CombBruneMichaelDave0.14
CookerCharlieBrune 21
SofaFloraDave 31
PillowCharlieDave 1.52

 

Please advise which tools I can use in Alteryx to achieve this, can machine learning tools in Alteryx Designer be used here and if yes how?

 

Thanks & Regards

 

2 REPLIES 2
Kamran1991
11 - Bolide

Please try to simplify the problem. 

Deevi
8 - Asteroid

Thanks, further simplified the problem below:

New Sample data attached. To give more details - 

1. Every Product has a Unique Product Code. 

2. Every Day, we have a list of Products to be evenly distributed amongst all workers ("Checker") according to their skillset given in Table 2. 

3. Assume every worker works only 8 hrs per day so time has to be managed according to Table 2 given below.

 

Table 2 is a static table to maintain as and when a new worker is employed, etc. Table 1 is new data received every day.

 

Table 1:

More data available in Excel attached.

Unique Product CodeProduct CategoryChecker
120Shirt 
121Trousers 
122Pen 
123Mouse 
124Shoes 
125Lipstick 

 

Table 2:

Product CategoryWorkers with knowledge to check Product Quality - 123Time Taken to review quality in hours
ShirtAdamBrune 1
TrousersAdamBruneMichael1
PenBruneFlora 0.25
MouseDaveAdam 1.25
ShoesFloraDave 2
LipstickMichaelFloraBrune0.5
CombBruneMichaelDave0.1
CookerCharlieBrune 2
SofaFloraDave 3
PillowCharlieDave 1.5

 

Any ideas?

 

Regards

Labels