question

Mol T avatar image
0 Likes"
Mol T asked Mol T commented

Find Item in Storage System using multiple queries-Kiva simulation

I am a new FlexSim user trying to model the KivaSimulation based on the Youtube video from FlexSim. I created a Box objects with two labels - SKU and Box. I created orders by creating tokens and giving them the same labels. I wish to use "Find Item" in which BOTH the SKU and Box value matches. How do you go about it ?

I tried WHERE Box == $1.Box && SKU == $1.SKU but it's not working.

objectlabel.jpgObject Label tokenlabel.jpg

Token Label



FlexSim 22.0.0
queryfinditemkiva model
objectlabel.jpg (141.2 KiB)
tokenlabel.jpg (157.8 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Mol T commented

The query uses SQL syntax, so it's AND instead of &&.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Mol T avatar image Mol T commented ·
Thanks ! Works now.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.