I am trying to make a dashboard readout that shows the number of patients in an activity over time. The patient track has a decision point that assigns the patients to different types of treatment, potentially in the same location though. Now I want to show how many patients are assigned to each treatment activity.
I have tried using a global variable and just increment it at the end of the activity, but I cant find a chart option that allows me to show global or even tracked variables in Flexsim Healthcare.
I also tried with the data collector, and an ActivityFinished trigger, but it never seem to activate.