0
    
          
  
  
    
            Help with loop!
Hi there. I'm a coding newbie, so my question might seem obviousm sorry for that....
Let's say I have a field named "Choice 1" (a multiple choice field) set like this:
rabbit - house - train - rabbit - apple - tree - house - tree - rabbit
How can I count how many times someone has chosen "rabbit"?
Thanks!
1 reply
- 
  You don't need to code a loop. Something like this will work... count(select YourTable where chosen(YourField, Multiple Choice Index Number)) Example: count(select Table1 where chosen(MC, 2)) https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language 
Content aside
- 6 yrs agoLast active
- 1Replies
- 1348Views
