It looks like you're new here. If you want to get involved, click one of these buttons!
hi i make a sheet whit checkbox on it and i want thos checkbox to add a value to my skill, but i can't figured out the probleme. i put modifer on place for the skill but i want to press the checkbox and add +2 on the skill choose. could you help me plz
Comments
One way to do it would be to put this in the resulting fields Source
if( chkModify.Value==1, txtValue + 2, txtValue)