I have a report that looks like the following:
Server CPU%
serverA 12:00 .48
.51
15 min avg = .49 (these are running total averages)
12:15 .46
.48
15 min avg = .47
serverB 12:00 .52
.48
etc...
I would like to then get an "average" of the 2 running total averages and reset at each new server. I understand there is an issue with the second pass or while printing records. Is there an easy way to accomplish this?
Server CPU%
serverA 12:00 .48
.51
15 min avg = .49 (these are running total averages)
12:15 .46
.48
15 min avg = .47
serverB 12:00 .52
.48
etc...
I would like to then get an "average" of the 2 running total averages and reset at each new server. I understand there is an issue with the second pass or while printing records. Is there an easy way to accomplish this?