HTML support inside of view column 'valueexpression' | Community
Skip to main content
Level 4
June 17, 2019
New

HTML support inside of view column 'valueexpression'

  • June 17, 2019
  • 1 reply
  • 374 views

It would be much easier to manage large report views if (instead of having to have an erroneous amount of columns using sharecol=true), you could put HTML into the valueexpression property.


valueformat=HTML

valueexpression=IF(ISBLANK({somefield}),"<b style='color #FFF; background: #F00;'>NO VALUE!</b>", "<em style='color: 0F0;'>ENTERED</em>")


Right now, that will escape all the HTML and print it as text, but it seems like a strange restriction since HTML in the value property is rendered out.

1 reply

Level 2
June 3, 2021

Same need - I'd very much like to be able to control styling, like font color, inline based on value expressions.