Dangit, I posted the one with quotes... My last try was as you suggested (below) and it also seems to do nothing.. I can set "Rating" field to 2, 3, 6, etc.. and the field always shows. -------------------- if ((this.getField("Rating").value > 3.5) || (this.getField("Rating").value < 5)){ event.target.display = display.visible; } else{ event.target.display = display.hidden; } -------------------------------
... View more