Avatar

Level 7

try this:

if (this.rawValue <= -1 && this.rawValue >= -99) {

AcctEsig.presence = "visible";

}

else if (this.rawValue <= -100) {

AcctEsig2.presence = "visible";

}