I want that one of the queue in my project, get items from other queues, by taking as reference the schedule I have in excel...
The shedule look like this..
ID | MODEL |
1 | BLUE |
2 | YELLOW |
3 | YELLOW |
4 | RED |
5 | BLUE |
So, before the main queue, I have another 3 queue's where they have an stock of items of each model.
QUEUE 1 = BLUE
QUEUE 2 = YELLOW
QUEUE 3 = RED
QUEUE 4 = SCHEDULE PULL ITEM'S (EXCEL REFERENCE)
ID | MODEL | GET FROM |
1 | BLUE | QUEUE 1 |
2 | YELLOW | QUEUE 2 |
3 | YELLOW | QUEUE 2 |
4 | RED | QUEUE 3 |
5 | BLUE | QUEUE1 |
I want this using excel because its an schedule of 504 items, so it's more easy to work with (I think) (I already know how to charge excel sheets to flexsim)
So it's posiible to do something like this? }
Thanks in advice.