Try this java script for the third numeric field calculate eventvar num=Num1.rawValue*Num2.rawValue;if(num>=7){this.fillColor="255,0,0";}else if(num<7 && num>=5){this.fillColor="0,0,255";}//check for zero value..initially numeric fir=eld will have the value zero and it will show color so to avoid ad...