I am trying to set the color of a calculated value to be green. It's a decimal field and a simple equation, but I'm not getting anywhere with the samples provided by Esri or in the reference tab.
This is what I have tried: <div style="color:green">round(sum(${REL_TOTAL_VOL}),2)</div>
but S123 just kicks back an error that is doesn't understand the string.