I'm generating team scores in a query with fields Team and Score that outputs like this
Team A / 360
Team B / 356
Team C / 320
Team D / 380
For each team I'd like to add the group average and team's score relative to the winner and use the data in separate reports for each team. The first report would say :
Team A score, Position 2, Score 360, Group average 354, You scored 20 less than the winner.
Team A / 360
Team B / 356
Team C / 320
Team D / 380
For each team I'd like to add the group average and team's score relative to the winner and use the data in separate reports for each team. The first report would say :
Team A score, Position 2, Score 360, Group average 354, You scored 20 less than the winner.