I have a valulist that shows a calculated field. That field is just an HTML string that formats some fields, like:
function myStringToShow(){
return ‘
’+myfirstField+‘
’+mySecondField+‘
’;
}
when working with smartClient works fine, but with webClient it shows the HTML string. I have marked the displayTags property but still does not work.
Might this be a bug?
Thanks in advance
I guess in Web Client the code is escaped. In which field type do you use the valuelist ? You could add an issue about this.