Export Global table from Experimenter runs

Export Global table from Experimenter runs

ssrdh
Contributor Contributor
63 Views
1 Reply
Message 1 of 2

Export Global table from Experimenter runs

ssrdh
Contributor
Contributor

[ FlexSim 22.2.4 ]

Hello,

Attacted is a simple model using queues and operators.

experiment.fsm

I have setup an experimenter with 20 replications. I want to export the global table "Delta_record" for each replication to an excel file consisting of 2 columns.

Column 1: ReplicationID

Column 2: Delta (value from global table in model).

Is it possible to do it?

0 Likes
Accepted solutions (1)
64 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

I would suggest to copy the global table to a Calculated Table. The data will then be part of the experiment results stored in the sqlite file.

It can then be exported from the results window.

1686809742830.png

experiment_1.fsm

0 Likes