- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
try this:
if (this.rawValue <= -1 && this.rawValue >= -99) {
AcctEsig.presence = "visible";
}
else if (this.rawValue <= -100) {
AcctEsig2.presence = "visible";
}
try this:
if (this.rawValue <= -1 && this.rawValue >= -99) {
AcctEsig.presence = "visible";
}
else if (this.rawValue <= -100) {
AcctEsig2.presence = "visible";
}