Hello all,
I am having trouble with a pulling condition: Table("GlobalTable1")[1][1] >= 1
I am setting up a model that runs after values are keyed into the global table via excel. Items would be sent to various queues and pulled to the processors. There is no problem with pulling from the global list as I am able to pull if condition is set to be "true" (as seen in queue3).
However, if I were to use the condition mentioned above, it would not work. The weird part is if I were to use the default Table("GlobalTable1")[1][1] == 1, the system works as well. Have I done something wrong? Please do advise if it is the case. If it is possible, please try not to use the tracked variable data as it would mess with the model runs.
Appreciate all help with this!