How to use calculate table from statistic collector

How to use calculate table from statistic collector

borja_lorenzo4278
Enthusiast Enthusiast
15 Views
4 Replies
Message 1 of 5

How to use calculate table from statistic collector

borja_lorenzo4278
Enthusiast
Enthusiast

[ FlexSim 24.1.1 ]

Hello everyone
In the attached model, I want to be able to calculate the difference between the end time of the last task and the start time of the first task in a 'Calculated Table.' Ideally, I would like to use this value to display it in a table chart on the dashboard.
Could you help me configure it?"
Thank you in advance.
1736767345456.png

Simplificación Statistic Collector from List 250113.fsm

0 Likes
Accepted solutions (1)
16 Views
4 Replies
Replies (4)
Message 2 of 5

moehlmann_fe
Observer
Observer
Accepted solution

Assuming that the value in the last row will always the highest the query would just be

SELECT MAX(Tiempo_Final) - MIN(Tiempo_Inicial) AS EnterColumnNameHere FROM Tiempo_Produccion

(Enable direct editing on the "Calculations" tab of the Calculated Table to be able to enter this manually and set the Update Mode to "Always")

Message 3 of 5

borja_lorenzo4278
Enthusiast
Enthusiast

Thanks a lot

It works like a charm
Adjunto el archivo resuelto.


Simplificación Statistic Collector from List 250113_1.fsm


0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Another answer to a duplicate question here.
0 Likes
Message 5 of 5

borja_lorenzo4278
Enthusiast
Enthusiast
0 Likes