This would go in the Custom Format scripts area. Place a large multi-line field over the area with lines and this will turn the area white when an entry is made in the field.
if (event.value != "") {
event.target.fillColor = color.white ;
} else {
event.target.fillColor = color.transparent ;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.