question

Patrick Zweekhorst avatar image
0 Likes"
Patrick Zweekhorst asked Jordan Johnson commented

Gantt charts not shown in experimenter

Hi,

When you have a Gantt chart in your dashboard and you run the experimenter you won't see any saved graph. The only thing shown is a blank square.
Attached is a small example, but it is just a model with a Gantt chart.

Is there perhaps a work around for this for now?

Thanks

GanttMissing.fsm

FlexSim 20.1.2
experimenterflexsim 20.1.2gantt chart
ganttmissing.fsm (220.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

·
Regan Blackett avatar image
0 Likes"
Regan Blackett answered Jordan Johnson commented

@Patrick Zweekhorst

It looks like neither the Scenario chart nor the regular experiment results can currently work with the Gantt charts. So the work around, at least to get per-replication charts is to use a calculated table with a query like:

SELECT * FROM [Experiment].[State Gantt] WHERE Scenario = 1 AND Replication = 1

and then point a new chart at the calculated table.

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

Patrick Zweekhorst avatar image Patrick Zweekhorst commented ·

Hi @Regan Blackett

Thank you for the answer.
I will use the calculated table with that query for now.

0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ commented ·

The fact that the Scenario chart doesn't work with the Gantt chart is by design. The fact that gantt chart isn't working in the experiment is a bug that we will fix.

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.