Avatar

Level 6

I would use some thing similar to following JS code in "calcuate" event of the totalCost value goies to .....

if (!box1.isNull && !box2.isNull && !box3.isNull) {

     this.rawValue = (box1.rawValue + box2.rawValue + box3.rawValue) * 1.5;

}