Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Saved Search HTML coding exported to Excel
Created a saved search using the HTML <span> tags to add text color and line breaks to the column headers.
The results appear correctly when viewed online, but when the report is exported to Excel, the column headers contain the entire string of HTML code verbatim.
For example: I used this code to create a column header that had green text and which broke on two separate lines:
<span style='color:green'>Proj total New<br>(System Notes)</span>
It appeared in Netsuite as:
Proj total New
(System Notes)
However, when the saved search results were exported (via scheduled email) in Excel format, the column header reads verbatim:
0