<@U9CS7LVCN> I don't think that's the case. I see ...
# general
p
@scottvonduhn I don't think that's the case. I see many instances of html in search results that work ok. You just have to output it as char. Usually you would do something like TO_CHAR('<a href="https://somewhere">Something</a>')
c
Same issue:
e
@Cory Weiner you need to wrap all of that in single quotes
'<a href="<https://somewhere>">Something</a>'
c
It is already:
p
Maybe worth checking the SuiteAnswer @scottvonduhn added in main thread: https://netsuite.custhelp.com/app/answers/detail/a_id/95253 I've tried the text as @ericbirdsall suggested and it works for me. The only other thing I could think is possibly browser related, but I'm not sure what that could be.
c
Yep I saw his post after responding to yours, and that was the issue. Working now. Thanks Man!
👍 1
p
You're welcome! I learned something, too, here, from @scottvonduhn - I didn't know there was a setting for it and I misread his initial note about html tags I think