Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

HTML support inside of view column 'valueexpression'

Avatar

Level 6

6/17/19

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 Comment