I'm working on a project where my customer wants to see the max number of tokens that an activity contains DAILY, so that at the end of the week, we can calculate the median of the max values. So what this means is that I can't just check the content at the end of a shift, because that amount may not represent the MOST that an activity held during that day.
I'm struggling to find a simple solution for this problem, so any help would be appreciated!
Extra details:
The activities that I'm checking are "Enter Zone" activities.
I need to do this same thing for multiple Enter Zone activities.