question

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

How to get the dashboard for the list working?

Hi,

We have a question about a dashboard that should show the stay time at a list. We have used the pin button from the statistic panel to create the dashboard:

1645807638861.png

As you can see in the picture nothing is logged for this list. The first row in the dashboard shows a list in a general ProcessFlow, that is working fine. Should this dashboard also work for lists on ProcessFlow instances? There is an instance column so it looks pretty close already.

Thank you in advance,

Patrick

ListStayTimeQuestion.fsm

FlexSim 22.0.1
listsstaytime
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jordan Johnson commented

If you install the chart you'll see that the getstat() function is being used to query the basicFR staytime and not that of the list - its doing the equivalent of this for current/min/max/average:

getstat(Model.find("BasicFR1"),"Staytime",STAT_CURRENT)

It should have this:

getstat(data.rowValue, collector.Statistic, STAT_CURRENT,instance)

I've changed it in the attached model:

liststaytimequestion_jl.fsm


· 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 @Jason Lightfoot ,

Thank you for this solution. Will you also report this such that this bug can be fixed in the next release?

0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ Patrick Zweekhorst commented ·
I reported it to dev. Hopefully, we'll get it fixed soon.
1 Like 1 ·

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.