G
Guest
I have a database that I want to run a query off and sort by the sum of
people's scores in round 1 - 4, so that I always have the top aggregate score
producers at the top, and then able to enter other information about them in
the subsequent fields.
When I write a custom expression such that SumofScores:
Sum([Round1]+[Round2]...) it gives me errors that the other fields aren't
part of an aggregate expression. Is there a way to get around this?
people's scores in round 1 - 4, so that I always have the top aggregate score
producers at the top, and then able to enter other information about them in
the subsequent fields.
When I write a custom expression such that SumofScores:
Sum([Round1]+[Round2]...) it gives me errors that the other fields aren't
part of an aggregate expression. Is there a way to get around this?