I have a list in SharePoint 2013 which contain 4 checkbox.I want to calculate the percentage how many checkbox is selected?
I have full control. I have access to InfoPath form. for example. if 3 checkbox is checked total = 75%
I tried with avg() function in InfoPath but it is not working properly. it shows correct output when all field is checked otherwise it shows "NaN".
I am not able to set default value of checkboxes to "1" or as Selected.