Hello,
I created a statistics collector to track the inputs of Queue 1 through Queue 4, and then added each of the Queue's inputs together to get the total daily production. Day 1 does exactly what I want it to do. But then on Day 2, instead of giving me the daily production totals for Day 2, I get a running total of Day 1 and Day 2. Day 3 includes Day 1,2, & 3 inputs and so on.
How can I track multiple days inputs without including the previous day's inputs?