RE: How do you add a New Line (Line feed) to a text string or a concatenated text string in a Formula

Prior to a recent NetSuite release, adding ‘<br>’ or ‘<br/> ‘ used to work for adding a new lines (line feed) in formulas used in saved search text formulas,  in saved search custom column labels and in a default value formula for a customer field.   This does not work anymore.  I can strip out or replace line feeds by using  a formula such as (REGEXP_REPLACE({description}, ‘[[:cntrl:]]{2}’, ”)  but I cannot add line feeds by  inserting ‘[:cntrl:][:cntrl:]’ into a concat function.   Any insight appreciated!

SamAtPlanson Rookie Asked on February 15, 2021 in Saved Searches.
Add Comment
2 Answers

an HTML formula and concatenation of ‘<br>’ works for me

Rookie Answered on October 11, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.