- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
Thank you in advance
Solved! Go to Solution.