April 1, 201312 yr So right now I have a checkbox called nurses. Based off this checkbox I need to be able to do two things. First is count how many times that checkbox has ANYTHING clicked in it. The second is that I have to create a formula that says If (anything in checkbox) run Calculation X. The problem isn't the later half, I've figured that out. I just don't know how to tell FM to look for any check in the box. Any ideas?
April 1, 201312 yr Author For the first part I just did a ValueCount and that worked. For the second part I just put in : Case( not IsEmpty(Checkbox); CalculationX) And it seems to work. If anyone has a better idea then let me know!
Create an account or sign in to comment