question

Andreas BH avatar image
0 Likes"
Andreas BH asked Andreas BH commented

Assign lable after pull from list

Hello,

i have problems to assign a lable abfter pull from list. In the list are columns "item" and "Typ". Pull from list pulls with QUERY: WHERE Typ= puller.Typ ORDER BY Typ ASC

After that i need to assign a lable with the value of the column "item". But i think, the problem is that the list position is already gone when assign lable starts. so FlexSim can't get these information from the list. How can i get this into my lable?

assign-label.jpg

list-properties.jpg

list-properties2.jpg

list-elements.jpg

list-entries.jpg

pull-from-list.jpg

consolemessage.jpg


FlexSim 22.1.2
pull from listassign labels
assign-label.jpg (28.2 KiB)
list-properties.jpg (57.6 KiB)
list-elements.jpg (35.4 KiB)
list-entries.jpg (16.7 KiB)
pull-from-list.jpg (73.7 KiB)
consolemessage.jpg (29.0 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

·
Ralf Gruber avatar image
0 Likes"
Ralf Gruber answered Andreas BH commented

Hi Andreas,

it seems the values on your list are Process Flow instances as 3D objects? Can you some how from these objects loop back to the item you need, e.g. because it is in that object?
The other option would be to check the "Leave Entries on List" box. In the next activity you can set your item label and after that you do another pull from list where you actually take the value of the list. You have to make sure that that same value can´t be pulled by someone else. You could set a marker in an additional field. Does that make sense?

· 2
5 |100000

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

Andreas BH avatar image Andreas BH commented ·

Hi Ralf,

it works with the first pull (and "Leave Entries on List") and the 2nd pull with a specific marker. Thank You!!

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann commented ·

You can also use the SELECT clause to assign field values directly to labels on the puller. (As long as SELECT isn't used as a quantifier, but that doesn't seem to be case from looking at your screenshots)

1663222153914.png

1663222210627.png

0 Likes 0 ·
1663222153914.png (20.1 KiB)
1663222210627.png (2.2 KiB)

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.