Quick saved search question — anyone know why some accounts would allow html snippet in saved search result columns to do some light formatting (background and text color for instance), but it does not work in other accounts? I’ve done this many times to help the readability of search results, and I can do it in my dev account right this second, as well as some older accounts I have access to, but a couple newer accounts just show the text of the html tags. E.g.
'<span style="background-color:blue;color:white;">'||{trandate}||'</span>'
renders correctly blue bg and white text in some accounts, and others you see the
span
etc but the
trandate
does get replaced correctly. I’m not aware of any setting or feature to enable that allows/disallows this…