J
joenova
I'm building a form to track survey responses. I've got five colums, on
for each response. The response for each of these is essentially
boolean; Yes or No (True or False). The top of each column returns th
SUM of that column so I can get a quick glimpse of the survey result
for each response type.
I'd like to use a check box to record the responses. However, it seem
that check boxes don't register as a "1" or a "0", so the the sum a
the top of each column never changes.
I'd like to know if there is a way to assign numeric values to a for
check boxes two states, so that I can use check boxes not only t
record the responses, but also to tally them using SUM.
Thanks
for each response. The response for each of these is essentially
boolean; Yes or No (True or False). The top of each column returns th
SUM of that column so I can get a quick glimpse of the survey result
for each response type.
I'd like to use a check box to record the responses. However, it seem
that check boxes don't register as a "1" or a "0", so the the sum a
the top of each column never changes.
I'd like to know if there is a way to assign numeric values to a for
check boxes two states, so that I can use check boxes not only t
record the responses, but also to tally them using SUM.
Thanks