Wow. Seems like a lot of us Crystal newbies are having issues with counting. Well here's my problem. I hope some of you smarter people can help me with this.
I have a report field named {Respondent.q1}. The possible values in that field are 1,2,3,4, or 5. These numbers represent the answers to q1. Each record in my database represents one persons answers.
I need a formula that will count ONLY the number of 4's and 5's in column {Respondent.q1}. I then want to be able to display the results of that calculation in a bar chart that shows the respondents who answered 4 or 5 as a percentage of all the people who answered that question.
Example: 100 people answered q1. Of those, 40 people answered 4 and 20 people answered 5. So I would have a bar graph with a single bar going from 0 to 60%.
I'm very new at crystal and I'm unsure how to proceed at this point. Help.
I have a report field named {Respondent.q1}. The possible values in that field are 1,2,3,4, or 5. These numbers represent the answers to q1. Each record in my database represents one persons answers.
I need a formula that will count ONLY the number of 4's and 5's in column {Respondent.q1}. I then want to be able to display the results of that calculation in a bar chart that shows the respondents who answered 4 or 5 as a percentage of all the people who answered that question.
Example: 100 people answered q1. Of those, 40 people answered 4 and 20 people answered 5. So I would have a bar graph with a single bar going from 0 to 60%.
I'm very new at crystal and I'm unsure how to proceed at this point. Help.