Problem with Series Label in "Tracked Variable vs Time" Dashboard Graph (Global Table)

Problem with Series Label in "Tracked Variable vs Time" Dashboard Graph (Global Table)

mm_ighiri
Contributor Contributor
106 Views
2 Replies
Message 1 of 3

Problem with Series Label in "Tracked Variable vs Time" Dashboard Graph (Global Table)

mm_ighiri
Contributor
Contributor

I'm working on a simulation in FlexSim where I track inventory levels over time using a Global Table. The table includes a column called Current_Tonnage that is set as a Tracked Variable, with one row per product. Here's an example of my table

Product_Type | Current_Tonnage | Max_Tonnage
---------------------------------------------------------
Normal blend_1.0C_0-3 | 9.27 | 800
Normal blend_1.0C_3-10 | 366.21 | 800
Normal blend_1.0C_10-25 | 785.73 | 800
...

In the Dashboard, I added a "Tracked Variable vs Time" chart and pinned the Current_Tonnage tracked variable from the Global Table. Then, I manually added each row index to the graph to track the evolution of tonnage per product.

 

The problem: The chart displays the correct curves for each product, but the series names are shown as just 2, which I assume is the column index of Current_Tonnage. I would like to display the actual number of the row (which is the num Sotrage) but I can't find a way to change the label.

mm_ighiri_0-1747846480564.png

Thank you in advance

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

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

Install the chart components and change the "Name" column in the Statistics Collector that is now accessible in the toolbox to use the rank of the row node. (The "rowValue" is the tracked variable node, meaning the table cell node. Those are organized as subnodes of their 'row-node'.)

moehlmann_fe_0-1747896370172.png

 

Message 3 of 3

mm_ighiri
Contributor
Contributor

Thanks  for your clear explanation and your time,  it’s working exactly as I wanted now!

0 Likes