So if I have 5 checkbox (not radio button) the tool will make the sum out of it.. (1°checkbox) 10 + (2° checkbox) 20 = 30 as my 3° checkbox have value 30 this is not work clean and well for me. I need to make differentiation between checkbox and a clean way to manage several box together (like 8)
I want a calculated field to perform an operation ONLY if a specific checkbox is checked.
Setup:
Fieldname: checkbox_field_id_0 with 3 items (“First”, “Second”, “Third”)
how can i do with if else?