Hey,
I want to create a pie chart by separate between the overall time when the variable "tasksequencequeue" from the Dispatcher is bigger then 0, to the overall time when the variable tasksequencequeue is equal to 0.
I already know, that I have to track the variable with the Model.find("Dispatcher1>variables/tasksequencequeue").subnodes.length statement, but I don't know how to bring the variable to the pie chart as in the picture.
I thought the solution might be similar to the solution in this article, but my tries didn't work so far: https://answers.flexsim.com/articles/42399/statistics-collector-utilization.html
Thanks in advance!
Marc