Dashboard, content in queues

Dashboard, content in queues

tomas_ari_e
Not applicable
714 Views
2 Replies
Message 1 of 3

Dashboard, content in queues

tomas_ari_e
Not applicable

[ FlexSim 22.1.2 ]

Hi,

I was wondering how use the dashboard to show content in the different queues (current, min, max and average). I cant seem to get it work in the newest update

Thanks in advance

0 Likes
Accepted solutions (1)
715 Views
2 Replies
Replies (2)
Message 2 of 3

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @TomasAE,

You can create this chart by placing a content table in the dashboard. Select the table, go to the advanced tab, and select install. Say Ok to the window that pops up.

1654718773482.pngAfter that you will see over in the toolbox a statistics collector has been installed. Open that statistics collector and go to the column tab. You can add in columns for the statistics you would like to know. Change the update timing to be When the value is accessed.

1654718744053.png

Notice for current content the code is

getstat(data.rowValue, "Content", STAT_CURRENT, instance)

and for minimum content it is

getstat(data.rowValue, "Content", STAT_MIN, instance)

The other statistics are similar.

Once the statistics collector is updated how you want don't forget to select those columns to be shown on the chart (select the chart and then look over in the properties window).

1654718930497.png

Content Chart.fsm

0 Likes
Message 3 of 3

tomas_ari_e
Not applicable
Thank you Jeanette
0 Likes