I originally created a running total of my data that shows in the report footer and works perfectly. Now my boss wants a chart (when he didn't originally) and I know that running totals don't work in charts and I'm having a heck of a time trying to figure it out without a running total. Here is a quick rundown of what I have.
My data is in an access database and are results from surveys. The way the data was given to me is that each question gets it's own line, so if there were 5 questions then I would have the persons name 5 times, the date 5 times, 5 different questions (Eval.Question) and 5 different responses. The responses are Strongly Agree, Agree, Neutral, Disagree, Strongly Disagree (Eval.Answer).
The calculation that I'm trying to create is one that will count all the Strongly Agree's and Agree's (Eval.Answer)for each seperate question and divide it by the total number of responses of that question to give me a percentage. I think I have the second part (total responses) but I'm having a hard time with the first part. The questions will always be the same so if needed I could do something like: if {eval.question}="Question 1" then....
Anyone got any ideas? Thanks.
My data is in an access database and are results from surveys. The way the data was given to me is that each question gets it's own line, so if there were 5 questions then I would have the persons name 5 times, the date 5 times, 5 different questions (Eval.Question) and 5 different responses. The responses are Strongly Agree, Agree, Neutral, Disagree, Strongly Disagree (Eval.Answer).
The calculation that I'm trying to create is one that will count all the Strongly Agree's and Agree's (Eval.Answer)for each seperate question and divide it by the total number of responses of that question to give me a percentage. I think I have the second part (total responses) but I'm having a hard time with the first part. The questions will always be the same so if needed I could do something like: if {eval.question}="Question 1" then....
Anyone got any ideas? Thanks.