Gerald Clare Posted July 17, 2006 Posted July 17, 2006 (edited) :blond: I am a mid-level FM designer so I know when I get the answer to this it's gonna be a 'doh!' minute, but I can't quite figure an elegant way to do this. I've got seventeen number fields in each record - N1, N2,....N17 (representing the players scores [6 regulars 11 guests or former players]) I've got these numbers totalled and averaged. I'd like to automatically identify the high scorer. So what kind of script or calculation will i.d. the high number? Doh! in advance. Thanks. Edited July 17, 2006 by Guest
Wim Decorte Posted July 17, 2006 Posted July 17, 2006 calculation function: max(N1;N2;...) You might want to consider keeping the player scores in their own table instead of in 17 fields.
Gerald Clare Posted July 19, 2006 Author Posted July 19, 2006 Way too late for that with over two hundred records. I need to work with the db I've got.
Recommended Posts
This topic is 7049 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now