question

Anutt K avatar image
0 Likes"
Anutt K asked Anutt K commented

Using List stat "content" for model logic by partition.

1709085845847.png

1709085870534.png

When I have a List. Sometimes I use the stat "Content" of List to be condition for Decide or use for define the quantity of Run Sub Flow.

So, If in there List has any Partition.

1709086077561.png

It possible to use stat content of List looking by partition for Decide and Run Sub Flow on the same.

Thank You.

FlexSim 23.0.14
listusing listslist statstat list
1709085845847.png (22.1 KiB)
1709085870534.png (15.1 KiB)
1709086077561.png (20.9 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

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Anutt K commented

Hello @Anutt K,

You can find the content of a partition of a list. This is assuming that the list is a Global list in a process flow.

getstat(getactivity("ProcessFlow", "List"), "PartitionContent", STAT_CURRENT, 0, partitionID)

This is explained in the following post

list-entry-count-by-partition-id

· 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.

Anutt K avatar image Anutt K commented ·
I get it. Thank You so much.
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.