keithconaway Posted September 16, 2022 Report Share Posted September 16, 2022 The script below runs fine and does what it is suppose to, EXCEPT for the font color line- isi.style.color="yellow"; Not sure why this does not work, syntax issue? Help! <a id="visi[@field:WiP_a#]"> <script> var isi = document.getElementById("visi[@field:WiP_a#]"); if('[@calcfield:1#]'>= 90) { isi.parentNode.parentNode.style.backgroundColor = 'red'; isi.style.color="yellow"; } else {if ('[@calcfield:1#]'>= 60){ isi.parentNode.parentNode.style.backgroundColor = '#f7f423'; } Else isi.parentNode.parentNode.style.backgroundColor = '#f7eded'; } </script></a> Quote Link to comment Share on other sites More sharing options...
Aether Posted September 20, 2022 Report Share Posted September 20, 2022 You may try adding the code used on this forum post to have different color on the particular field cell on your report: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.