Hello everyone. I have a report I am having trouble with putting together in my head and I hope you all can point me down the right path here.
I have a fairly simple table I need to generate a report from. The table represents a manager's review of a certain task that his staff does. The table has a [Name] of employee, [Date] of the review and then [Question1] through [Question31] where each question is given a rating of 1-3, representing below average, average and above average. Simple enough, right?
Now, he would like a summation report which he can specify the date range (no problem) and see, by employee, how many of each rating they have had for each question. So, for John Doe for Question1, there were 22 "1"s, 13 "2"s and 27 "3"s. You would have those results for all 31 questions. This is the part that's hurting my brain...
How do I put this together? Every swing I take at it seems wrong. I understand I will be wanting to use a function of =Sum(IIf([Question1]="1",1,0)) to count values with, but for some reason I can't seem to get my report to not spit errors out at me when I am trying to use it.
I am way out of practice working with reports, so I would love if someone could help me with my basic structure and give me suggestions of how to proceed.
Thanks!
Eric