Frazer Posted November 27, 2000 Posted November 27, 2000 Hi, I'm trying to work out a way to display a list of how times a certain value is in a field. In essence I want to be able to display the data in a layout as follows: response A (no. times) response B (no. times) response C (no. times) response D (no. times) I'm looking for a way to calculate how many "A"s appear in field "response". Any suggestions? Thanks
dspires Posted November 27, 2000 Posted November 27, 2000 You'll need a field for each response set to 1 or "" (empty) as a result of a calulation, for instance resultA = if(response="A",1,""). Then all you need is a summary field for each option, set to either count or total.
Vaughan Posted November 28, 2000 Posted November 28, 2000 Or use the Count() function. The suggestion to use a summary layout is spot on.
Recommended Posts
This topic is 8765 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