I have a GlobalTable3 and a Calculated Tables called Calculatedfortest,
I hope code in the Tables called Calculatedfortest can be used in the GlobalTable3.
the value of GlobalTable3[row][1] is the value of Calculatedfortest[row][3]
Calculatedfortest[row][3] called waiting_time_per_unit.
How the code in the GlobalTable3[row][1] works ?