Avatar

Correct answer by
Level 8

You need to compare the value of your numeric field and not the field itself:

if (NumericField1.rawValue ==1){

     NumericField6.rawValue = 100

}

View solution in original post