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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.