Forum Discussion
- SeanBoat-MooreQrew TraineeAs long as the number of checkboxes is fixed you can do a formula numeric that shows # of remaining using if statements:
20-if([checkbox1]=true,1,0)-if([checkbox2]=true,1,0) etc
------------------------------
Sean Boat-Moore
Manager SMB Development
Project Management Office and Quality Control
NCR Corporation
sean.boat-moore@ncr.com | ncr.com
------------------------------ - MarkShnier__YouQrew LegendTry Something like this
var number CheckboxCount=
Count(
[checkbox 1],
[checkbox 2],
[checkbox 3],
etc ...
[checkbox 20]);
ToText($CheckboxCount) & "/20"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------