Hi everyone,
Very naive question here but I just cannot seem to make it work.
In my model, I have :
- an arrival table where each patient has a unique ID.
- a global table where each ID is associated with a ProcessTime
- a simple patient flow with a "walk then process" block
How can I reach the right process time for each patient from the patient flow ? I guess it would be the flexsim equivalent of : Process Time = Select ProcessTime From GlobalTable1 where ID = patient.ID
Thanks in advance !
Leah