Rich S Posted September 5, 2014 Posted September 5, 2014 Greets, all: Â I'm creating a report where I need to average each heading's average but I'm scratching my head raw trying to get it to work. (Please refer to the attached.) Â For example, under Content Specialist, I want to average 2.13 and 2.71 which should equal 2.42 (4.84 / 2 = 2.42) but FileMaker has other plans and spat out 3.03...which is a result of taking all the gazillion records in the found set and averaging them out instead of averaging just the two (sub-summarized) numbers. Â I "get" that I need to create a new sub-summary but how should I code the (new) summary field so I get the average of the items listed under each heading? Â TIA for your help! Rich
comment Posted September 6, 2014 Posted September 6, 2014 For example, under Content Specialist, I want to average 2.13 and 2.71 which should equal 2.42 (4.84 / 2 = 2.42) Are we looking at the same picture? I see 3.13 and 2.71. Anyway, why would you want to average the averages? It skews the data.
Rich S Posted September 6, 2014 Author Posted September 6, 2014 Yup, it's 3.13. I didn't have my reading/computer glasses handy when I wrote that. Sorry! Y'know, I asked the very same question but that's what my boss wants so that's what she gets. :|
comment Posted September 6, 2014 Posted September 6, 2014 Well, she's not my boss, so that's not good enough for me. Perhaps you should show her the following example: A school has two classes. There are 9 students in the first class and all of them have a perfect score of 100. The other class is a remedial class; it has only one student with a score of 0. According to your boss, the overall school average should be calculated as follows: • Class 1 average = 9 * 100 / 9 = 100; • Class 2 average = 1 * 0 / 1 = 0; School average = ( 100 + 0 ) / 2 = 50 which is of course a complete nonsense, because in fact the overall school average is = ( 9 * 100 + 1 * 0 ) / ( 9 + 1 ) = 90 i.e. "a result of taking all the gazillion records in the found set and averaging them out instead of averaging just the two (sub-summarized) numbers". Now I'll make you a deal: show me a case where the average of averages has a meaning and I'll show you how to calculate it. 1
Rich S Posted September 7, 2014 Author Posted September 7, 2014 GREAT example! Thanks! I'm supposed to meet with her again about this Monday or possibly Tuesday, so stay tuned.
Rich S Posted September 10, 2014 Author Posted September 10, 2014 Sorry I didn't get back to y'all yesterday. I presented your outstanding example, Comment, and she "got it", so no averaging of averages. : )
comment Posted September 10, 2014 Posted September 10, 2014 Well, the example is rather trivial - but it's encouraging to hear that common sense prevailed, even in the education sector. Just for the record: there are special cases where the average of averages does have a meaning.
Recommended Posts
This topic is 3725 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