Where is the statistics collector for the State Bar Chart I made?

Where is the statistics collector for the State Bar Chart I made?

jonathan_s3
Not applicable
6 Views
1 Reply
Message 1 of 2

Where is the statistics collector for the State Bar Chart I made?

jonathan_s3
Not applicable

[ FlexSim 20.2.3 ]

I dragged in a state bar chart for my operators to my dashboard. On a trigger I want to write the average utilized percentage (shown on the right by BuilderName) of all operators to a global table cell(82.59 + 84.30 + 92.80)/3 %. I can go to the state chart properties and view a table of the data I want there, but I don't know what variable that is or what to reference to write to my table.

33954-1604693959216.png

0 Likes
Accepted solutions (1)
7 Views
1 Reply
Reply (1)
Message 2 of 2

jonathan_s3
Not applicable
Accepted solution

Nevermind. With some searching through the forums I think I figured it out. Seems to be working.

I put a trigger to write to global table and input:

33975-1604696663378.png

Then later my If statement that writes to the table:

33976-1604696696753.png

Now it writes this to my global table on the triggered event:

33977-1604696750142.png

From this its just a bit of work to get it to put out the average utilization of all my operators in this table cell.

0 Likes