question

Ahmed_mohamed L avatar image
0 Likes"
Ahmed_mohamed L asked Felix Möhlmann answered

summing averages from a dashboard to display it in another

how can i get the summation of values in the top graphs to be displayed in the bottom ones
1692625443006.png

in the top ones i used "average content" dashboard i want to sum all the values and name it "average inventory on line_1
bottleneck analysis.fsm

FlexSim 22.2.0
dashboards
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

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered

You create a Statistics Collector that gathers that information and use it as the data source in a general table chart.

Apart from the documentation, a good way to learn how Statistics Collectors can be set up is to install the components (through the "Advanced" tab in the chart's properties) of premade charts (such as the Average Content chart you are using) and look at how they work.

In this case, all you need is a reset event that creates a single row. In the "Columns" tab, set the update timing to "When row is accessed". And in the value field, sum up the average content statistic of all relevant queues (a group can make this much easier). Again, you can learn the necessary code from the Statistics Collector of the Average Content graph. (It has two columns but the second one has no name, so it is not immediately apparent when looking at the columns tab.)

bottleneck-analysis-fm.fsm


5 |100000

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

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.