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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Text Align Saved Search Results
Hi All
I hope everyone is having a happy Friday
I want to centralise the results of my formulas on a saved search. I have added a text align element to my formulas as below but the text is still stuck to one side, any thoughts?
Thank you
CASE WHEN {custrecord162} > {custrecord160} THEN '<span style="color:green;font-weight:bold;text-align:center">' || {custrecord162} || '</span>'
ELSE CASE WHEN {custrecord162} < {custrecord160} THEN '<span style="color:red;font-weight:bold;text-align:center">' || {custrecord162} || '</span>'
ELSE '<span style="color:red;font-weight:bold;text-align:center">' || 0 || '</span>' END END
0