Jump to content
  • 0

Tallying yes/no responses


pnjdotcom

Question

4 answers to this question

Recommended Posts

  • 0

Thanks very much. I can create the view, but I can't figure out how to create a report that tallies all the Yes responses for each person. For instance, our survey listed 12 people, each with a checkbox beside their name. Readers were asked to select no more than three people on the list. I want to be able to create a report that tallies the Yes responses for each person. Once I create the view, however, and attempt to build a report, the result tells me that there is no data, even though we've received more than 400 entries for the survey.

Link to comment
Share on other sites

  • 0

If you want to count yes/no for each person you can group by person, and then add Aggregation.

Select yes/no field in it and use Formula formula: count(case when yes_no<>0 then 1 else NULL end)

This will count all yes values

Please remember to check "Also apply to the first group"

See this for more help: http://howto.caspio.com/datapages/creat ... uping.html

Link to comment
Share on other sites

  • 0
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...