question

dougdurbin avatar image
0 Likes"
dougdurbin asked dougdurbin commented

Person Milestone Table Export after Experimenter

What would be the best way to export the Person Milestone Table under the people statistics tables in the toolbox as one file after an experimenter run? I've created a chart in the dashboard that copies the statistics collectors for this table. I then created a scenario chart in another dashboard referencing the original chart in the dashboard but I get a few error codes after the experimenter run.I'm wondering if there is a table already created that has this table for each simulation run?

FlexSim 20.2.1
experimentertablesflexsim 20.2.1person milestone
5 |100000

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

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered dougdurbin commented

Along with checking the box as per @cliff.king's answer, you can make a calculated table that gathers all the data from the most recent experiment, with this query:

  1. SELECT * FROM Experiment.PersonMilestones

Note that to write that query, you'll have to "enable direct editing" on the calculated table.

Once you have that table, you can add it to the Excel Export.

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

Cliff King avatar image
0 Likes"
Cliff King answered dougdurbin commented

I always like Jordan (@jordan.johnson) to weigh in on these type of reporting questions, but I think it is just a matter of checking these two boxes...



1599084665699.png (418.4 KiB)
· 4
5 |100000

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