Is there a good way to combine statistics from different zones?
I have many zones in my simulation and I want to show statistics from let's say 10 of them combined. I want to see the content of all 10 zones at a given time or request input/output and content of all 10 and have that displayed on a chart. I have charts for individual zones already.
I am thinking of the following:
Option1: Have another zone that every token has to enter before entering any of the 10 zones, but this is not practical because I have different entering criteria for the 10 zones and I can't just have those rules put on the main zone. If I do it this way, I'll have to have the parent zone have no entering rules. This won't give me statistics about how many are requesting to enter and how many failed to enter.
Option 2: Do it in a calculated table. But it gets tricky if I want to point to multiple charts and add their outputs. I thought about having the charts write to a global table (not sure if this is possible), then using that global table as an input to the calculated table. But I think there must be a less complicated way of doing this. Here is a much shorter version of what I want to do.