Hi again,You had some mistakes in script:1) in condition you shoud use == instead =2) if (condition) but not if{condition}this is working script:if (this.rawValue == "1") { this.fillColor="244,254,114"; }else {this.fillColor="255,25,128";}Also see attach.BR,Paul Butenko