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.

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.