Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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