Hello,
I have a survey with a series of yes/no questions, the user needs to know at the end how many questions have been answered "yes". Is there a way to do this?
You need to make a second calculate field and then use a if(field=yes,1,0). Then make sure to set the bind::type column to int.
Then your final one would be field1count + field2count + ...
Yep its is a pain if you have lots of fields.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.