Hi all.
First of all, I'm using Crystal XI. What I have is a database of class evaluations. There are three questions that are important to us and they can grade us from 1 to 5 (5 being the highest).
What I want to do is create a formula that counts the evaluation if it is a 4 or higher. I've already created something like this:
if {tbl2004WebEvals.CourseActivities} >= 4 then 1
I then sum the previous forumla and divide it by the total number of evaluations to give us our "Pass" percentage. So as of now I have 6 formulas for the three questions (two each).
The problem is though, when I use the formula that divides the sum by the total, it loses all concept of time and I cannot break my chart into Months, Weeks, Quarters or any other time frame (except "Year").
Does anyone have some tips on what I can do to have all this work in one formula that doesn't loose the concept of time? Thanks in advance!
Chad
First of all, I'm using Crystal XI. What I have is a database of class evaluations. There are three questions that are important to us and they can grade us from 1 to 5 (5 being the highest).
What I want to do is create a formula that counts the evaluation if it is a 4 or higher. I've already created something like this:
if {tbl2004WebEvals.CourseActivities} >= 4 then 1
I then sum the previous forumla and divide it by the total number of evaluations to give us our "Pass" percentage. So as of now I have 6 formulas for the three questions (two each).
The problem is though, when I use the formula that divides the sum by the total, it loses all concept of time and I cannot break my chart into Months, Weeks, Quarters or any other time frame (except "Year").
Does anyone have some tips on what I can do to have all this work in one formula that doesn't loose the concept of time? Thanks in advance!
Chad