I have two check boxes if both check boxes are checked then another field would display a number. How do I get my calcualtion to work?
This is what I have so far for the calc.
if ((this.rawValue ==1) (CheckBox4.rawValue == 1))
{
NumericField1.rawValue
= 4
}