Hi !
In my model,I have two queues in different tier, They are all push to Itemlist1.
Each AGV has a label "AGVTier",The AGV1 ’s value of "AGVTier" is 1
I want pull the special row from the list.I want the agv to complete the task which is the same tier as agv。
I use "WHERE Tier == current.AGVTier" to accomplesh it but i failed.