Using Crystal 2008
I have a field {Level} which contains a measurement between 0 and 100 and can be recorded multiple times during a day.
Group 1 is by week (using a formula {@WeekBeginning} which accounts for starting on Saturday rather than Sunday).
Group 2 is by day (using the 'for each day' common group option.)
I simply use the Max summary for the Daily Max, but I would like to get an average of the daily Max for each week. Could you suggest formula(s) I should use to accomplish this?
Week Beginning 5/19/2012 Average of Daily Max: (20+50+30+...+70)/7
----------------------------------------
5/20 Daily Max: 20
[tab]5/19 20
5/20 Daily Max: 50
[tab]5/20 50
[tab]5/20 40
5/21 Daily Max: 30
[tab]5/21 20
[tab]5/21 10
[tab]5/21 30
....
....
5/25 Daily Max: 70
[tab]5/25 70
[tab]5/25 40
Week Beginning 5/26/2012 Average of Daily Max: ...
----------------------------------------
I have a field {Level} which contains a measurement between 0 and 100 and can be recorded multiple times during a day.
Group 1 is by week (using a formula {@WeekBeginning} which accounts for starting on Saturday rather than Sunday).
Group 2 is by day (using the 'for each day' common group option.)
I simply use the Max summary for the Daily Max, but I would like to get an average of the daily Max for each week. Could you suggest formula(s) I should use to accomplish this?
Week Beginning 5/19/2012 Average of Daily Max: (20+50+30+...+70)/7
----------------------------------------
5/20 Daily Max: 20
[tab]5/19 20
5/20 Daily Max: 50
[tab]5/20 50
[tab]5/20 40
5/21 Daily Max: 30
[tab]5/21 20
[tab]5/21 10
[tab]5/21 30
....
....
5/25 Daily Max: 70
[tab]5/25 70
[tab]5/25 40
Week Beginning 5/26/2012 Average of Daily Max: ...
----------------------------------------