Avatar

Level 4

Hi Kyle,

Something like this:

 

var tempchoice= sf_generalA_21.RadioButtonList20.rawValue;

if (tempchoice==2){

                  this.rawValue=sf_generalA_21_2.Q1_1_calc.rawValue +0.1;

}else{

this.rawValue =5.2;

}

  

Im also using right now a decimal field and its set on the "calculate" event.

Patrick