I'm trying to show resource availability over time in the model.
I have dashboard charts as shown below, the first shows the table of figures, the second the average over time
In order to get the stats to update at the start of the model I allocate all of the resources for a short task then deallocate them.
After that the numbers match the chart until the least used resources are inactive for a time then their availability in the chart drops to zero but all the other stats remain at their true value. Is there a different way the chart stats are calculated/displayed? The sudden drop from 1 to 0 suggests that a timed loop is happening.
Mike