question

JUAN PABLO C avatar image
0 Likes"
JUAN PABLO C asked Joerg Vogel commented

How to evaluate global table in lists?

In process flow: I have items pushed on a list with several labels, I want to compare those labels with data that I have on global tables to create a query that orders by a token label and filters by a comparison between a token label and values on a global table.

FlexSim 18.2.3
listquerylist pull
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

Can you attach a model with an example of the table and a list? Many Thanks!

0 Likes 0 ·
Joshua S avatar image Joshua S commented ·

@JUAN PABLO C

Do you still need help? if so please provide your model so that we can help you.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Joerg Vogel commented

A global list works in two mechanisms.

  1. You push a value to a global list and by this value there are evaluated several fields (static or dynamic). They look like attributes of the pushed value. Later you can pull a proper value from the list by finding the right combination of the fields.
  2. You can take a current snapshot of the global list and evaluate the values and current field values by a Table.query. This is the only way to get the values of the list acting as attributes.
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

I need an example of the list, the table and an order to help you with a more precise answer. Thanks!

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.