question

Patrick Zweekhorst avatar image
1 Like"
Patrick Zweekhorst asked Patrick Zweekhorst commented

Strange things in statistics tables in experimenter

Hi,

When you run the experimenter and save dashboard data there is the tab "Statistics Tables", which is a really nice tab. I did find two strange things at this tab.

If you dashboard graph is just a template this statistics table is completely empty. (the model one in the statistics table page)
If you remove your dashboard, it stays in the experimenter and the table somehow starts working. (first one in the statistics tab is from a gantt chart I deleted)

Is this by design or do we miss something in the steps we took or is there a bug in the statistics table?

StatTableMissing.fsm

FlexSim 20.1.2
experimenterflexsim 20.1.2statistics collectorchart templatesstatstics tables
stattablemissing.fsm (254.1 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

·
Jordan Johnson avatar image
2 Likes"
Jordan Johnson answered Patrick Zweekhorst commented

This looks like a bug. I get that the dropdown shows the name "model" for the two chart template options. That shouldn't be the case. In addition, that table should be showing the data. If you look in Tools/Experiment/ChartTemplates, you can see that the data was collected. The view just isn't showing it correctly. I'll add this bug to the dev list.

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

Jordan Johnson avatar image Jordan Johnson ♦♦ commented ·

If you need the data, you can use the following query in a Calculated Table:

SELECT * FROM [Experiment].[State Gantt Processor]

Or

SELECT * FROM [Experiment].[State]
0 Likes 0 ·
Patrick Zweekhorst avatar image Patrick Zweekhorst Jordan Johnson ♦♦ commented ·

@Jordan Johnson,

Thank you. I will use the calculated table for now

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.